serverless-http
serverless-http copied to clipboard
Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda 🎉
I noticed this issue and I'm not sure how long it's been around. I opened a similar issue at vendia/serverless-express#554 since we use both of these packages. AWS Elastic Load...
when trying to send email by sendgrid the lambda does not show log and ends up giving timeout. I've tried putting it inside a promise, but it didn't help. The...
Hi there, AWS has recently announce a new feature: https://aws.amazon.com/blogs/aws/announcing-aws-lambda-function-urls-built-in-https-endpoints-for-single-function-microservices/ And, Serverless Framework has also added support this: https://www.serverless.com/blog/aws-lambda-function-urls-with-serverless-framework I have tried this feature with `serverless-http` and it doesn't seems...
Since amazon [supports esm](https://aws.amazon.com/blogs/compute/using-node-js-es-modules-and-top-level-await-in-aws-lambda/) in its runtime, the setup below doesn't seem to work and I couldn't find any documentation around it except writtin in commonjs Error: `app.lambdaHandler is undefined...
Hello, first of all, thank you for this library, it is really nice to work with it and convert my express app ! However, I'm trying to get a webhook...
Hi,, In our express app, we are using two entry points server.js and handler.js.... server.js is for normal app.listen(port) for local development and handler.js is using this package which helps...
Hi, i cant install external dependencies on my project. i have tried using a "node_modules" folder and a `"package.json"` without success. i have been in contact with your support and...
Hi and thanks for your work on serverless-http! I have found some kind of variance which breaks the GraphiQL express service when hosted through express-graphql. The same code which works...
lambda gets xray ray id from gateway service, it need to be passed into express app. Any way to auto do this with serverless-http?