File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ See here: http://vansande.org/2015/03/20/npm-link/
108108
109109## Release History
110110
111- * 0.3.0 proxyIntegration: allow for custom status codes from route (thanks to [ @mintuz ] ( https://github.com/mintuz ) )
111+ * 0.3.1 proxyIntegration: avoid error if response object is not set; add some debug logging
112+ * 0.3.0 proxyIntegration: add PATCH method; allow for custom status codes from route (thanks to [ @mintuz ] ( https://github.com/mintuz ) )
112113* 0.2.2 proxyIntegration: set correct header values now for CORS
113114* 0.2.1 proxyIntegration: CORS in Preflight, status code 400 for invalid body, set more CORS headers as default
114115* 0.2.0 Attention: breaking changes for configuration; add SNS event process
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-lambda-router" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "description" : " AWS lambda router" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments