aws/aws-lambda-web-adapter resource
Run web applications on AWS Lambda observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 97
- 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: 82.0
- age_days: 1840
- days_rel: 97
- days_push: 19
- n_releases_24m: 5
Adoption not part of the score
2741 stars · 159 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
AWS Lambda Web Adapter is a Rust-based Lambda extension that lets any web application speaking HTTP 1.1/1.0 run on AWS Lambda without code changes. It translates Lambda events (API Gateway, Function URLs, ALB) into HTTP requests forwarded to the app's local web server.
Use cases
- run an express.js app on aws lambda
- deploy flask app to lambda without rewriting
- serve spring boot on lambda function urls
- use the same docker image on lambda and fargate
- stream responses from a web app through lambda
- migrate a monolith web api to serverless
When to choose
- you want to run an existing HTTP web app on Lambda with zero code changes
- you need portability of one container image across Lambda, Fargate, and EC2
- you use a framework or language without a native Lambda runtime handler
When to avoid
- you need fine-grained control over Lambda handlers and cold starts better served by native runtimes
- your workload is not HTTP/event-driven
- you want to avoid the extra latency of a local HTTP hop inside the sandbox
Facets
infra-config · maturity active
http-server middleware deployment serverless cloud-computing backend web-development apis serverless cloud rust aws-lambda lambda-extension web-adapter api-gateway fargate http-proxy serverless-deployment devops docker linux
1 source
- readme: https://github.com/aws/aws-lambda-web-adapter · fetched 2026-08-28 · 74b2861e40f8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aws/aws-lambda-web-adapter | main | 90 |
For agents
markdown · JSON · MCP: product_card(name="aws/aws-lambda-web-adapter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem