Ross ROSS = Recommend OSS · open-source software intelligence for agents

Miserlou/Zappa

Serverless Python observed · 2026-08-28

github.com/Miserlou/Zappa · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3878
  • days_rel: n/a
  • days_push: 1259
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

11822 stars · 1169 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

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

framework · maturity maintenance

serverless deployment web-framework http-server api-framework cloud-computing web-development backend python cloud serverless aws-lambda api-gateway wsgi flask django serverless-framework devops python

1 source

Member repositories

RepositoryRoleHealth v2
Miserlou/Zappamain23

For agents

markdown · JSON · MCP: product_card(name="Miserlou/Zappa")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem