aws / aws/aws-lambda-base-images
Cloudformation Custom resource call back does not work with python3.12 (lambda runtime)
Open
- Dominant language
- No language data
- Stars
- 777
- Forks
- 118
- PR merge metrics
- No merged PRs in 30d
Description
I tried to deploy a Cloudformation stack with SAM (version 1.103.0) using python3.12 for the lambda runtime of a custom resource.
The callback to Cloudformation does not work even with the right payload.
The stack was blocked in CREATE_IN_PROGRESS.
I didn't change anything instead of the lambda runtime version from python3.12 to python3.11. This solved my issue.
Contributor guide
Assessment
This issue has not been assessed yet.