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

jeremydaly/lambda-api

Lightweight web framework for your serverless applications observed · 2026-08-28

github.com/jeremydaly/lambda-api · homepage · JavaScript · MIT (permissive) 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-03. Adoption (stars, forks) is never an input.

  • gap_med: 35.5
  • age_days: 3247
  • days_rel: 11
  • days_push: 11
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

1469 stars · 127 forks observed · 2026-08-28

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

Lambda API is a lightweight Express.js-style web framework for Node.js designed specifically for AWS Lambda with API Gateway proxy integration or ALB Lambda targets. It ships with zero required dependencies to maximize cold-start performance in stateless serverless executions.

Use cases

  • build REST APIs on AWS Lambda
  • replace Express.js in serverless functions
  • create serverless endpoints behind API Gateway
  • serve APIs from ALB Lambda targets
  • minimize cold-start latency for Node.js Lambdas
  • build JSON APIs with OpenAPI schemas

When to choose

  • you are building APIs on AWS Lambda with API Gateway or ALB
  • you want Express-like routing with zero dependencies
  • cold-start performance and small bundle size matter
  • you need built-in S3 file helpers in Lambda

When to avoid

  • you are running a traditional long-lived Node.js server
  • you need the full Express middleware ecosystem
  • you deploy to non-AWS serverless platforms
  • you need heavy features like WebSockets or SSR

Facets

framework · maturity active

web-framework api-framework routing middleware http-server web-development backend apis cloud-computing developer-tools serverless cloud aws-lambda api-gateway express-like zero-dependencies alb lambda-proxy nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
jeremydaly/lambda-apimain95

For agents

markdown · JSON · MCP: product_card(name="jeremydaly/lambda-api")

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