serverless-express
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.
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...
*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...