codegenieapp/serverless-express

Run Express and other Node.js frameworks on AWS Serverless technologies such as Lambda, API Gateway, Lambda@Edge, and more.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 minute ago
Added to GitGenius on September 12th, 2026
Created on September 13th, 2016
Open Issues & Pull Requests: 101 (+0)
GitHub issues: Enabled
Number of forks: 676
Total Stargazers: 5,262 (+0)
Total Subscribers: 101 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.7 days
Mean response time: 48.1 days
90th percentile: 92.6 days
Tracked items: 21

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 20
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 860 days
Stale 30+ days: 20
Stale 90+ days: 19

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (1)
  • help wanted (1)
  • released (1)
  • released on @beta (1)
  • released on @v5 (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Serverless Express is a Node.js adapter that enables Express and other web frameworks to run on AWS Lambda, API Gateway, Lambda@Edge, and Azure Functions.

The tool solves the problem of deploying traditional Node.js web applications to serverless platforms without rewriting application code. It works by wrapping your Express application in a minimal Lambda handler that translates API Gateway events into standard HTTP requests and converts responses back into the format Lambda expects. This allows developers to keep their existing Express routing, middleware, and business logic intact while gaining the benefits of serverless deployment.

Teams should adopt this tool if they have existing Express applications they want to migrate to AWS Lambda or are building new REST APIs that benefit from serverless scaling and pay-per-use pricing. It suits projects of any size that need to run on Lambda with API Gateway, ALB, or Lambda@Edge. The tool supports async setup in Lambda handlers, enabling initialization logic that runs once per container. Developers migrating from traditional servers will find the approach familiar since application code remains largely unchanged.

The project maintains active support for current Node.js versions and has released major updates that remove deprecated APIs while adding compatibility with newer runtimes. Development activity shows ongoing maintenance with attention to breaking changes, as evidenced by clear upgrade documentation provided between major versions. The project includes example starter applications and helper scripts to reduce friction for new users getting applications deployed.