serverless-express
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.
Currently, when using express, the `req.body` data is incorrectly passed to the express application. I am getting the gibberish trash data from somewhere passed into the request. This problem does...
We have an HTTP protocol API that has 2 deployment stages: test and prod. My understanding is the way the package match for a path is through the API Gateway...
I'm having the same issue as in this comment https://github.com/vendia/serverless-express/issues/454#issuecomment-1322898350 (should be probably reopened?) Upgraded from the legacy `aws-serverless-express` and for some reason it takes the path from `pathParameters.proxy` (which...
I have used @vendia/serverless-express to serve my Express app on a Lambda function behind APIGateway. I'm able to access the website and https://example.com.com/robots.txt . When I put a Cloudfront distribution...
Hey folks, I would like to contributors in this repository, help with analyses PRs and Issues!
I found some Medium articles & stackoverflow discussion on how to deploy Angular SSR to AWS Lambda. [article 1](https://levelup.gitconnected.com/deploy-your-serverless-server-side-rendering-ssr-angular-app-on-aws-lambda-a01a3aab6ef6): Deploy Your Serverless Server-side-rendered (SSR) Angular App on AWS Lambda The...
It would be great if either the S3 event source was added or if there was just a way to manually map an event to an event type and then...
I recently ran into an issue where code that runs after a call to `res.json` in a given route is not guaranteed to be run before a lambda ends. My...
I have the following error when running `tsc -b`: ``` ../../.yarn/cache/@vendia-serverless-express-npm-4.10.1-f73485d9b7-083c393170.zip/node_modules/@vendia/serverless-express/src/configure.d.ts:2:25 - error TS2307: Cannot find module 'aws-lambda' or its corresponding type declarations. ``` It seems like adding `@types/aws-lambda` to...