Skip to content

Commit 0739045

Browse files
committed
Update readme.
1 parent 2f6d3dd commit 0739045

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,28 @@ Run `python-lambda-local -h` to see the help.
2828
```
2929
usage: python-lambda-local [-h] [-l LIBRARY_PATH] [-f HANDLER_FUNCTION]
3030
[-t TIMEOUT] [-a ARN_STRING] [-v VERSION_NAME]
31+
[--version]
3132
FILE EVENT
3233
3334
Run AWS Lambda function written in Python on local machine.
3435
3536
positional arguments:
36-
FILE Lambda function file name
37-
EVENT Event data file name.
37+
FILE lambda function file name
38+
EVENT event data file name
3839
3940
optional arguments:
4041
-h, --help show this help message and exit
4142
-l LIBRARY_PATH, --library LIBRARY_PATH
42-
Path of 3rd party libraries.
43+
path of 3rd party libraries
4344
-f HANDLER_FUNCTION, --function HANDLER_FUNCTION
44-
Lambda function handler name. Default: "handler".
45+
lambda function handler name, default: "handler"
4546
-t TIMEOUT, --timeout TIMEOUT
46-
Seconds until lambda function timeout. Default: 3
47+
seconds until lambda function timeout, default: 3
4748
-a ARN_STRING, --arn-string ARN_STRING
48-
arn string for function
49+
ARN string for lambda function
4950
-v VERSION_NAME, --version-name VERSION_NAME
50-
function version name
51+
lambda function version name
52+
--version print the version of python-lambda-local and exit
5153
```
5254

5355
### Prepare development directory

0 commit comments

Comments
 (0)