dougmoscrop/serverless-http
Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda 🎉 observed · 2026-08-28
Health v2 · maintenance only
50/100
- Activity 39
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 3618
- days_rel: n/a
- days_push: 366
- n_releases_24m: 0
Adoption not part of the score
1778 stars · 173 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Node.js library that wraps existing web frameworks like Express, Koa, and Connect so they can run inside serverless functions (primarily AWS Lambda) without an HTTP server or sockets. It translates serverless platform events into requests your middleware pipeline can handle and responses back into platform-compatible replies.
Use cases
- run an express app in aws lambda
- deploy koa middleware to api gateway
- migrate existing node http server to serverless
- wrap connect middleware for lambda handler
- use fastify or hapi in a serverless function
- avoid running a server in lambda
When to choose
- you have an existing Express/Koa/Connect app you want to run on AWS Lambda without rewriting
- you want to keep middleware-based request handling in a serverless environment
- you need broad framework support including experimental ones like Fastify or Hapi
When to avoid
- you are building a new serverless API from scratch and can use a native serverless framework
- you need long-lived connections, WebSockets, or streaming responses
- your target platform is not AWS, Genezio, or Azure
Facets
library · maturity stable
http-server middleware routing web-development backend cloud-computing cloud serverless aws-lambda express koa api-gateway serverless-functions adapter serverless nodejs
2 sources
- readme: https://github.com/dougmoscrop/serverless-http · fetched 2026-08-28 · c17baba27ba6
- registry_npm: https://registry.npmjs.org/serverless-http · fetched 2026-08-29 · 91f8078dd4c5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dougmoscrop/serverless-http | main | 50 |
For agents
markdown · JSON · MCP: product_card(name="dougmoscrop/serverless-http")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem