Skip to content

Commit 8a58a33

Browse files
Stephen Tiberius SchorDeviaVir
authored andcommitted
Update README with latest output for 'node-lambda run -h' (#373)
1 parent f838c98 commit 8a58a33

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,20 @@ Runs your Amazon Lambda index.js file locally. Passes `event.json` data to the A
9898
```
9999
$ node-lambda run --help
100100
101-
Usage: run [options]
101+
Usage: run|execute [options]
102102
103-
Options:
103+
Run your Amazon Lambda application locally
104104
105-
-h, --help Output usage information
106-
-H, --handler [index.handler] Lambda Handler {index.handler}
107-
-j, --eventFile [event.json] Event JSON File
108-
-f, --configFile [] Path to file holding secret environment variables (e.g. "deploy.env")
109-
-u, --runtime [nodejs6.10] Lambda Runtime {nodejs6.10, nodejs4.3}
110-
-t, --timeout [3] Lambda Timeout in seconds (max of 300)
111-
-x, --contextFile [context.json] Context JSON file
105+
106+
Options:
107+
-h, --help output usage information
108+
-H, --handler [index.handler] Lambda Handler {index.handler}
109+
-j, --eventFile [event.json] Event JSON File
110+
-u, --runtime [nodejs6.10] Lambda Runtime
111+
-t, --timeout [3] Lambda Timeout
112+
-f, --configFile [] Path to file holding secret environment variables (e.g. "deploy.env")
113+
-x, --contextFile [context.json] Context JSON File
114+
-M, --enableRunMultipleEvents [true] Enable run multiple events
112115
```
113116

114117
#### package

0 commit comments

Comments
 (0)