You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<a name="2.1.4"></a>
## [2.1.4](v2.1.3...v2.1.4) (2018-02-09)
### Bug Fixes
* decodes base64 requests (fixes [#64](#64)); added form to index view to showcase POST/PUT; move example instructions to example/README.md; update example to Node.js 6.10; added app.local.js to easily run local express ([2871acb](2871acb))
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "aws-serverless-express",
3
-
"version": "3.1.0",
3
+
"version": "2.1.4",
4
4
"description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.",
0 commit comments