Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,20 @@ Runs your Amazon Lambda index.js file locally. Passes `event.json` data to the A
```
$ node-lambda run --help

Usage: run [options]
Usage: run|execute [options]

Options:
Run your Amazon Lambda application locally

-h, --help Output usage information
-H, --handler [index.handler] Lambda Handler {index.handler}
-j, --eventFile [event.json] Event JSON File
-f, --configFile [] Path to file holding secret environment variables (e.g. "deploy.env")
-u, --runtime [nodejs6.10] Lambda Runtime {nodejs6.10, nodejs4.3}
-t, --timeout [3] Lambda Timeout in seconds (max of 300)
-x, --contextFile [context.json] Context JSON file

Options:
-h, --help output usage information
-H, --handler [index.handler] Lambda Handler {index.handler}
-j, --eventFile [event.json] Event JSON File
-u, --runtime [nodejs6.10] Lambda Runtime
-t, --timeout [3] Lambda Timeout
-f, --configFile [] Path to file holding secret environment variables (e.g. "deploy.env")
-x, --contextFile [context.json] Context JSON File
-M, --enableRunMultipleEvents [true] Enable run multiple events
```

#### package
Expand Down