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

zappa/Zappa

Serverless Python observed · 2026-08-28

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

Health v2 · maintenance only

87/100

  • Activity 92
  • Release rhythm 74
  • 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: 12
  • age_days: 2241
  • days_rel: 176
  • days_push: 50
  • n_releases_24m: 10

Full methodology

Adoption not part of the score

3690 stars · 390 forks observed · 2026-08-28

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

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

cli-tool · maturity active

deployment serverless web-framework cli scheduling cloud-computing web-development backend python cloud cli serverless aws-lambda api-gateway flask django serverless-framework wsgi asynchronous-tasks devops python

2 sources

Member repositories

RepositoryRoleHealth v2
zappa/Zappamain87

For agents

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

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