Releases: spring-media/aws-lambda-router
Releases · spring-media/aws-lambda-router
0.11.0
02 Jul 12:39
Compare
Sorry, something went wrong.
No results found
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
23 Mar 11:13
Compare
Sorry, something went wrong.
No results found
Improvement
adding generic and proxyIntegration errorHandler (#60 ) (thanks to @swaner )
Bugfix
Other
build: updates build nodeJS version to 10
0.9.1
11 Sep 13:28
Compare
Sorry, something went wrong.
No results found
Improvements:
proxyIntegration : Allow defaultHeaders to be added to the OPTIONS request (#53 ) (thanks again to @TerryMooreII and LiveOakLabs)
0.9.0
01 Sep 18:58
Compare
Sorry, something went wrong.
No results found
Improvement
proxyIntegration: Adds customizable CORS configurations (#52 ) (thanks to @TerryMooreII and LiveOakLabs)
0.8.4
01 Aug 05:05
Compare
Sorry, something went wrong.
No results found
0.8.3
07 May 06:05
Compare
Sorry, something went wrong.
No results found
added records to the SQS (#43 ) and SNS (#44 ) action for further processing
v0.8.2
28 Jan 08:32
Compare
Sorry, something went wrong.
No results found
added support for Open API parameter definitions e.g.: /section/{id}
v0.8.1
24 Jan 11:30
Compare
Sorry, something went wrong.
No results found
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
22 Jan 13:56
Compare
Sorry, something went wrong.
No results found
Minor:
style cleanup
fix: npm package on npmjs should now work
v0.7.0
17 Jan 16:44
Compare
Sorry, something went wrong.
No results found
New Feature:
migrate to typescript
using aws-lambda typings
Proxy path support