Releases: BackendStack21/http-lambda-proxy
Releases · BackendStack21/http-lambda-proxy
Fixing req.query support
Changes:
- If a
req.queryobject is present, we just take it as the value forqueryStringParameters, otherwise we parse the query string from the given URL value.
Documentation update
Changes:
- Fixing supported response formats documentation.
- General documentation update.
Minor documentation update
Changes:
- Fixing typo in documentation source code example.
- Adding linting check on CI.
Documentation update
Changes:
- Updating module introduction.
- Adding Donate / Support section.
More compatible!!!
Added:
- Increase support for multiple lambda implementation formats.
- Improved error handling.
- All
AWS.Lambdaconstructor options are now supported.
Many thanks to @zvictor for supporting this release!!!