mirror of
https://github.com/serverless/serverless.git
synced 2026-02-01 16:07:28 +00:00
Update commands.md
This commit is contained in:
parent
25e0b3abc7
commit
75e85360c9
@ -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.
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user