mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge branch 'v1.3' of github.com:jaws-framework/JAWS into v1.3
This commit is contained in:
commit
d998e7716f
@ -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:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user