@@ -28,26 +28,28 @@ Run `python-lambda-local -h` to see the help.
2828```
2929usage: 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
3334Run AWS Lambda function written in Python on local machine.
3435
3536positional 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
3940optional 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