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

Hi guys, First of al thanks for the great plugin - helps a lot! Unfortunately I have a small problem when I'm trying to use it together with NestJS and...

I am facing difficulties in streaming responses from AWS Lambda. Initially, I attempted to use the serverless-http package for this purpose, but I learned that it doesn't support streaming. Subsequently,...

When attempting to pass `Authorization` headers, its accessible via `events.headers` directly, but not through the `event` object via `event.headers`. Seems to be related to #437 #464. The patch suggested by...

Hi, I try to run `basic-starter-api-gateway-v2-typescript` example. However, the `postbuild` command uses the `cp` command and does not work on Windows. If you don't want to depend on the OS,...

Vendia's `serverless-express` package does not work as expected with AWS API Gateway, it only returns a blank screen instead the swagger screen. This issue is forcing us to use the...

*Issue #, if available:* We are currently struggling with a situation where `/test` proxies to a lambda. This causes `event.pathParameters.proxy` to be `undefined`. The request is then translated to `/test`...

*663* Added regex to check both .* and * # Checklist - [x] Tests have been added and are passing - [ ] Documentation has been updated By submitting this...

The [`is-binary.js`](https://github.com/brettstack/serverless-express/blob/mainline/src/is-binary.js#L24) checker converts the developer-specified content types to Regex without escaping them, which is can cause overly broad selection or other issues during the Regex match. For example, the...

can you please add somewhere that the command to test must include (unlike "normal" lambda runtimes?) a body [like so][ref]: ```json5 { "resource": "/", "path": "/", "httpMethod": "GET", "requestContext": {...

Is work underway to support Lambda function URLs as mentioned in https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html? Could custom mapper be used to get this to work?