Releases: spring-media/aws-lambda-router
Releases · spring-media/aws-lambda-router
0.11.0
Improvement
- add HttpMethod to "ProxyIntegrationRoute" (#64) (thanks to @JHPG)
- flag to disable Base Path Removal (#72) (thanks to @EthanDavis)
Bugfix
- send cors headers back after onError result (#69) (thanks to @Gerjunior)
Other
- dependency (dependabot): Bump hosted-git-info from 2.8.5 to 2.8.9 (#68)
- dependency (dependabot): Bump lodash from 4.17.19 to 4.17.21 (#67)
- dependency (dependabot): Bump minimist from 1.2.0 to 1.2.5 (#73)
0.10.0
Improvement
- adding generic and proxyIntegration errorHandler (#60) (thanks to @swaner)
Bugfix
Other
- build: updates build nodeJS version to 10
0.9.1
Improvements:
proxyIntegration: Allow defaultHeaders to be added to the OPTIONS request (#53) (thanks again to @TerryMooreII and LiveOakLabs)
0.9.0
Improvement
- proxyIntegration: Adds customizable CORS configurations (#52) (thanks to @TerryMooreII and LiveOakLabs)
0.8.3
added records to the SQS (#43) and SNS (#44) action for further processing
v0.8.2
added support for Open API parameter definitions e.g.: /section/{id}
v0.8.1
Consistency:
- breaking: error response objects (thrown or rejected) now need to set
statusCode
instead of status
(consistent with response)
Bugfix:
- changed ProxyIntegrationEvent body type to be generic but defaults to unknown
- changed @types/aws-lambda from devDependency to dependency
v0.7.1
Minor:
- style cleanup
- fix: npm package on npmjs should now work
v0.7.0
New Feature:
- migrate to typescript
- using aws-lambda typings
- Proxy path support