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 110 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...

## :rotating_light: The automated release from the `beta` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you can benefit from your...

semantic-release

*Issue #, if available:* *Description of changes:* fix typos # Checklist - [ ] Tests have been added and are passing - [ ] Documentation has been updated By submitting...

Lambda node 24 is throwing callback deprecated error **even when using resolutionMode PROMISE.** Node 24 runtime is available for Lambda. https://aws.amazon.com/blogs/compute/node-js-24-runtime-now-available-in-aws-lambda/ I tried to switch from node 22 to 24...

In my AWS logs for a S3 Bucket notification lambda that uses serverless-express, I get the following warning: ``` AWS Lambda plans to remove support for callback-based function handlers starting...

### __Environment:__ - __@codegenie/serverless-express:__ 4.16.0 (error occurs) / 4.15.0 (works) - __Express:__ 4.19.2 - __Node.js:__ 20.x (AWS Lambda runtime) - __TypeScript:__ 5.7.3 ### __Error Description:__ When using @codegenie/serverless-express version 4.16.0,...

Hello team, Currently am using aws-serverless-express, but in latest npm its not working, so migrating the @codegenie/serverless-express npm with custom re route npm. From api gateway url, normal end points...

I mean: https://www.npmjs.com/package/@vendia/serverless-express with the information that the development was moved to a different package?

Hello everyone. I've stumbled with this tool and I wanted to test it out, but just following the tutorial it prompts an error: ``` { errorMessage: "Cannot destructure property 'outputPresignedUrl'...