You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bash-example-wrapper/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ $ chmod +x wrapper_script
23
23
```
24
24
25
25
## 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.
27
27
28
28
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).
0 commit comments