Kludex/mangum
AWS Lambda support for ASGI applications observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 36
- age_days: 2788
- days_rel: 11
- days_push: 11
- n_releases_24m: 6
Adoption not part of the score
2131 stars · 135 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Mangum is a Python adapter that runs ASGI applications (FastAPI, Starlette, Quart, Django, etc.) inside AWS Lambda. It translates API Gateway, ALB, Function URL, and Lambda@Edge events into ASGI requests and responses.
Use cases
- deploy a fastapi app to aws lambda
- run asgi application on api gateway
- serve starlette app via lambda function url
- wrap django app for aws lambda handler
- handle alb and lambda@edge events with asgi app
- add gzip compression to api gateway responses
When to choose
- you have an existing ASGI app and want to deploy it serverlessly on AWS Lambda
- you need API Gateway, ALB, Function URL, or Lambda@Edge event handling
- you want lifespan event support and binary media/compression in Lambda
When to avoid
- you deploy on a traditional server or container rather than AWS Lambda
- you use a non-ASGI framework like Flask or WSGI apps
- you need other cloud providers' serverless platforms (e.g. Azure, GCP)
Facets
library · maturity active
http-server middleware deployment serverless web-development backend cloud-computing apis python serverless cloud asgi aws-lambda api-gateway fastapi starlette adapter serverless
3 sources
- readme: https://github.com/Kludex/mangum · fetched 2026-08-28 · 0548c328ba59
- homepage: http://mangum.fastapiexpert.com/ · fetched 2026-08-29 · 3eeab310f865
- registry_pypi: https://pypi.org/pypi/mangum/json · fetched 2026-08-29 · dc982d9843ed
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Kludex/mangum | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem