Skip to content

Commit a746218

Browse files
authored
Update README.md
1 parent e52be4c commit a746218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash-example-wrapper/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ chmod +x wrapper_script
2323
```
2424

2525
## Deploy a function to test is out
26-
Create a Lambda function for the Python runtime 3.8 that includes both the `wrapper_script` and `lambda_function.py` using `lambda_function.lambda_handler` as the function handler.
26+
Create a Lambda function for the Python runtime 3.8 or above that includes both the `wrapper_script` and `lambda_function.py` using `lambda_function.lambda_handler` as the function handler.
2727

2828
Add an environment variable to your function's configuration with key `AWS_LAMBDA_EXEC_WRAPPER` and a value of `/var/task/wrapper_script` (if you've included the wrapper script alongside your function code).
2929

0 commit comments

Comments
 (0)