This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
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
0.10.0
0.9.1
0.9.0
0.8.4
0.8.3
v0.8.2
v0.8.1
Consistency:
- breaking: error response objects (thrown or rejected) now need to set
statusCode
instead ofstatus
(consistent with response)
Bugfix:
- changed ProxyIntegrationEvent body type to be generic but defaults to unknown
- changed @types/aws-lambda from devDependency to dependency