We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aec2ef + 1d8b809 commit 41dea8aCopy full SHA for 41dea8a
README.md
@@ -84,7 +84,7 @@ See here: http://vansande.org/2015/03/20/npm-link/
84
85
## Release History
86
87
-* 0.2.1 proxyIntegration: CORS in Preflight, status code 400 for invalid body
+* 0.2.1 proxyIntegration: CORS in Preflight, status code 400 for invalid body, set more CORS headers as default
88
* 0.2.0 Attention: breaking changes for configuration; add SNS event process
89
* 0.1.0 make it work now
90
* 0.0.1 initial release
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "aws-lambda-router",
3
- "version": "0.1.1",
+ "version": "0.2.1",
4
"description": "AWS lambda router",
5
"main": "index.js",
6
"scripts": {
0 commit comments