Skip to content

Commit 0784c6c

Browse files
committed
fix: update PYTHON_README with minor changes
1 parent baac5ef commit 0784c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PYTHON_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Then, a custom label for traceability is added (optional):
2828
LABEL maintainer="Santiago Garcia Arango [san99tiago]"
2929
```
3030

31-
Afterwards, one of the most important steps happen. This is copying the actual code into Lambda Function folder that is dynamically used for the execution (in this case `${LAMBDA_TASK_ROOT}` is an pre-defined environment variable, that based on the source image creation, it corresponds to `/var/task` [python3.9 (base image)](https://github.com/aws/aws-lambda-base-images/blob/python3.9/Dockerfile.python3.9)):
31+
Afterwards, one of the most important steps happen. This is copying the actual code into Lambda Function folder that is dynamically used for the execution (in this case `${LAMBDA_TASK_ROOT}` is an pre-defined environment variable, that based on the source image creation, it corresponds to `/var/task`, as can be seen at [python3.9 (base image)](https://github.com/aws/aws-lambda-base-images/blob/python3.9/Dockerfile.python3.9)):
3232

3333
```Dockerfile
3434
# Copy function's code

0 commit comments

Comments
 (0)