Update README.md

This commit is contained in:
Ryan Pendergast 2015-09-08 13:53:48 -05:00
parent d78248345a
commit d2d2a980cb

View File

@ -46,7 +46,7 @@ These are steps that will only have to be done once across all your JAWS project
```cd back/lambdas/<funcName>; jaws deploy lambda```
* Optionally deploy your API gateway:
* Configure [`endpoint`](./docs/jaws-json.md) attribute in `jaws.json`
* Configure `jaws.json` [`endpoint`](./docs/jaws-json.md) attribute in `<funcName>` dir
* ```cd back/lambdas/<funcName>; jaws deploy api```
* Smile ;)