# Miserlou/Zappa

Serverless Python

Repository: https://github.com/Miserlou/Zappa
Canonical: https://ross.abutalabs.com/products/zappa
Homepage: https://blog.zappa.io/
Language: Python
License: MIT
License Family: permissive
Topics: zappa, api-gateway, aws-lambda, python, serverless, serverless-framework, flask, django, pyramid, bottle, lambda
Last push: 2023-03-23T13:59:31+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3878, "days_push": 1259, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 11822, forks 1169 (observed 2026-08-28T04:10:50.068276+00:00)

## What it is
Zappa is a Python framework for deploying WSGI applications (Flask, Django, Pyramid, Bottle) to AWS Lambda and API Gateway, making them serverless with no servers to manage. It handles packaging, IAM roles, event scheduling, and asynchronous task execution on AWS.

## Use cases
- deploy a flask app to aws lambda
- run django serverlessly on api gateway
- host a python web api without managing servers
- schedule cron jobs on aws lambda from python
- convert an existing wsgi app to serverless

## When to choose
- you have an existing Flask/Django/WSGI app you want on Lambda
- you want cheap, autoscaling Python web APIs on AWS
- you need scheduled or async Lambda tasks driven from Python

## When to avoid
- you use ASGI apps like FastAPI (use Mangum or similar instead)
- you need long-running requests beyond Lambda timeouts
- you want a cloud-agnostic or non-AWS serverless deployment
- you need the newest features - the project has moved to zappa/Zappa and development is slow

## Facets
- artifact type: framework
- maturity: maintenance
- function: serverless, deployment, web-framework, http-server, api-framework
- domain: cloud-computing, web-development, backend
- platform: python, cloud, serverless
- tags: aws-lambda, api-gateway, wsgi, flask, django, serverless-framework, devops, python

## Member repositories
- Miserlou/Zappa (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:50.068276+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-29T17:15:17.990115+00:00, confidence not recorded.
  - readme: https://github.com/Miserlou/Zappa (fetched 2026-08-28T04:10:50.068276+00:00, sha 2d14fe556bc4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
