Update commands.md

This commit is contained in:
Ryan Pendergast 2015-10-01 22:52:08 -05:00
parent 25e0b3abc7
commit 75e85360c9

View File

@ -81,6 +81,12 @@ Non-interactive way (dash alternative) to deploy lambda|endpoint|resources from
* Deploys lambda|endpoint|resources
### Run Commands
Way to test your lambda locally. We highly recommend pushing your logic out of handler code, and utlize the runtimes testing framework (like mocha for nodejs).
* ##### `$ jaws run`
* Must be run within a lambda dir. Executes the `event.json` in CWD.