# zappa/Zappa

Serverless Python

Repository: https://github.com/zappa/Zappa
Canonical: https://ross.abutalabs.com/products/zappa-zappa
Language: Python
License: MIT
License Family: permissive
Topics: zappa, api-gateway, alb, aws-lambda, python, serverless, serverless-framework, flask, django, pyramid, bottle, lambda, aws, hacktoberfest
Last push: 2026-07-15T02:29:04+00:00

## Health v2 (maintenance only)
Score: 87/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 92, release rhythm 74, longevity 100
- inputs: {"age_days": 2241, "days_push": 50, "days_rel": 176, "gap_med": 12, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3690, forks 390 (observed 2026-08-28T04:08:14.729963+00:00)

## What it is
Zappa is a Python tool for deploying WSGI applications (Flask, Django, Pyramid, Bottle) as serverless web services on AWS Lambda and API Gateway. It provides a CLI for deploying, updating, rolling back, scheduling events, and running asynchronous tasks on AWS.

## Use cases
- deploy a flask app to aws lambda
- host django on serverless aws
- run python web services without managing servers
- schedule cron jobs on aws lambda
- run async background tasks in lambda
- serve a wsgi app through api gateway

## When to choose
- you have an existing Python WSGI app (Flask/Django) you want on Lambda
- you want cheap, auto-scaling hosting for Python APIs on AWS
- you need Lambda-based scheduled or asynchronous tasks

## When to avoid
- you use ASGI apps like FastAPI (use Mangum or similar instead)
- you need long-running requests beyond Lambda timeouts
- you target clouds other than AWS

## Facets
- artifact type: cli-tool
- maturity: active
- function: deployment, serverless, web-framework, cli, scheduling
- domain: cloud-computing, web-development, backend
- platform: python, cloud, cli, serverless
- tags: aws-lambda, api-gateway, flask, django, serverless-framework, wsgi, asynchronous-tasks, devops, python

## Member repositories
- zappa/Zappa (main) score 87

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:14.729963+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:31:08.266518+00:00, confidence not recorded.
  - readme: https://github.com/zappa/Zappa (fetched 2026-08-28T04:08:14.729963+00:00, sha 2d366864e510)
  - registry_pypi: https://pypi.org/pypi/zappa/json (fetched 2026-08-29T09:24:48.534715+00:00, sha 1e93220a45d6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
