aws-lambda-fastify
aws-lambda-fastify copied to clipboard
Insipired by aws-serverless-express to work with Fastify with inject functionality.
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue Hi...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue Not...
## 🚀 Feature Proposal Add support for Lambda@Edge payload, [serverless-express supports it](https://github.com/vendia/serverless-express). This is pretty much just understanding its input/output, I believe no major changes would be required as it's...
#### Checklist See #130 for more information - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [x] documentation is changed or...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...
The current query string translation logic doesn't distinguish between repeated query string values (i.e. `&key=a&key=b`) and values that contain URL encoded literal commas (i.e. `&key=a%2Cb`). The former should map to...
This PR updates the Readme with instructions on running with NestJS and with NestJS/GraphQL. This should also close out https://github.com/fastify/aws-lambda-fastify/issues/115. #### Checklist - [ ] run `npm run test` and...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue This...
Fixes #183. #### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x]...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue I'm...