Releases: spring-media/aws-lambda-router
Releases · spring-media/aws-lambda-router
v0.6.2
Compare
Sorry, something went wrong.
No results found
Minor improvements:
take away old gulp dependency to run tests, works now with scripts in package.json
normalize request path to start from local host (thanks to @napicella )
v0.6.1
Compare
Sorry, something went wrong.
No results found
Somes fixes for S3 processor:
aggregate result promises to one promise
s3Route interface
clarify types for S3: records is an entry of the s3 event
v0.6.0
Compare
Sorry, something went wrong.
No results found
Very flexible S3 route handling is now available.
v0.5.0
Compare
Sorry, something went wrong.
No results found
New Feature:
SQS route integration now available
Bugfix:
SNS integration now works with Array of message instead of single message
v0.4.0
Compare
Sorry, something went wrong.
No results found
If an API gateway calls a lambda, a Context Object is given to the lambda.
With this new version 0.4.0 of lambda router this context object is now passed through the router to the lambda.
v0.3.1
Compare
Sorry, something went wrong.
No results found
better response handling for proxyIntegration if no object is available
Add some debug information
v0.3.0
Compare
Sorry, something went wrong.
No results found
custom responses now available
PATCH method
v0.2.3
Compare
Sorry, something went wrong.
No results found
Better errorhandling (from PR #3 )
v0.2.2
Compare
Sorry, something went wrong.
No results found
v0.2.1
Compare
Sorry, something went wrong.
No results found
Some minor improvements for the proxyIntegration