serverless-express icon indicating copy to clipboard operation
serverless-express copied to clipboard

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

Results 102 serverless-express issues
Sort by recently updated
recently updated
newest added

A new version of Express.js was recently released. Unfortunately, the serverless-express does not support the new version. The main issue occurs during request parsing with the body-parser. After updating to...

enhancement

*Issue #, if available:* #693 *Description of changes:* Defer marking request as completed until response is complete Marking the request as complete before the response is finished causes issues if...