Skip to content

Commit

Permalink
adding lambda support
Browse files Browse the repository at this point in the history
  • Loading branch information
joelflowfound committed Apr 3, 2018
1 parent c60870b commit c14a5f9
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 145 deletions.
29 changes: 28 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tortilla-api",
"version": "0.1.10",
"version": "0.1.11",
"description": "Wrapper of restify and swaggerRestify for a quick and easy creation of REST API in node",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -43,6 +43,7 @@
"config": "^1.29.0",
"express": "^4.16.2",
"guid": "0.0.12",
"lambda-restify": "^2.0.5",
"lodash": "^4.17.4",
"path": "^0.12.7",
"restify": "^6.3.4",
Expand Down

0 comments on commit c14a5f9

Please sign in to comment.