CodeGenieApp / CodeGenieApp/serverless-express
Support for the express@5.x
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 5.3k
- Forks
- 676
- PR merge metrics
- No merged PRs in 30d
Description
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 version 5.x, the request body is not parsed, and we receive a Buffer instance as the body
Contributor guide
Assessment
This issue has not been assessed yet.