Merge branch 'v1.3' of github.com:jaws-framework/JAWS into v1.3

This commit is contained in:
doapp-ryanp 2015-10-01 22:08:52 -05:00
commit d998e7716f

View File

@ -43,13 +43,13 @@ JAWS is a 100% free and open-source framework for building serverless applicatio
* ```$ cd <new-project-name>```
* ```$ jaws module create users list```
* ```$ jaws module create greetings hello```
* ```$ jaws dash```
This will create a new jaws project, create a lambda function with an API Gateway endpoint, which you can immediately deploy via
`jaws dash`. After deployment is complete, you will be given a url. In the above example, you can access your
deployed lambda at `your_url/users/list`.
deployed lambda at `your_url/greetings/hello`.
## Overview: