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

Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda πŸŽ‰

Results 55 serverless-http issues
Sort by recently updated
recently updated
newest added

Hi, Doug. Thank you for this fantastic module. I got it up and running a a couple projects where I use Lambda@Edge to serve HTML. This requires a small transform...

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

I'm using [serverless-http](https://github.com/kaihendry/hello-javascript/blob/main/src/handler.ts) and it doesn't seem to play ball with `sam local start-api`. Am I missing something please? https://github.com/kaihendry/hello-javascript/issues/2

I’m trying to get an [xmlrpc](https://github.com/baalexander/node-xmlrpc) server running in a serverless function. I’ve had very good experience in the past with serverless-http and express apps, so I figured I’d try...

I'm currently using serverless-http ~2.5.0 in an existing project. By default it seems it logs every request start and end, along with a big JSON containing the request information (headers,...

Hi! πŸ‘‹ Firstly, thanks for your work on this project! πŸ™‚ Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. ### Issue I'm using `serverless-http` with...

besides x-amzn-requestid, how can I also get the Lambda requestId from my endpoints?

body-parser 2.x used in express 5 changed how it checks if the post body was read to this: https://github.com/jshttp/on-finished/blob/master/index.js#L76 At the same time, serverless-http is setting the body to a...

I've been facing the issue to connect with the **websockets (Socket.io)**. Websocket keeps on creating new instances can someone help me with this

Link with info about version 1 vs version 2. https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html