# jeremydaly/lambda-api

Lightweight web framework for your serverless applications

Repository: https://github.com/jeremydaly/lambda-api
Canonical: https://ross.abutalabs.com/products/lambda-api
Homepage: https://serverless-api.com
Language: JavaScript
License: MIT
License Family: permissive
Topics: api-gateway, aws-lambda, nodejs, api, webframework, serverless, serverless-applications
Last push: 2026-08-22T16:45:07+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 87, longevity 100
- inputs: {"age_days": 3247, "days_push": 11, "days_rel": 11, "gap_med": 35.5, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1469, forks 127 (observed 2026-08-28T04:04:49.038928+00:00)

## What it is
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
- artifact type: framework
- maturity: active
- function: web-framework, api-framework, routing, middleware, http-server
- domain: web-development, backend, apis, cloud-computing, developer-tools
- platform: serverless, cloud
- tags: aws-lambda, api-gateway, express-like, zero-dependencies, alb, lambda-proxy, nodejs

## Member repositories
- jeremydaly/lambda-api (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:49.038928+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:53.432610+00:00, confidence not recorded.
  - readme: https://github.com/jeremydaly/lambda-api (fetched 2026-08-28T04:04:49.038928+00:00, sha b63956763697)
  - registry_npm: https://registry.npmjs.org/lambda-api (fetched 2026-08-29T11:43:17.357974+00:00, sha 5ccb2524756f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
