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
Lambda Functions with Python Runtimes <=3.7 are no longer supported by CloudFormation
Expected Behavior
Successful deployment of examples in repositories.
Current Behavior
Functions created using the python3.7 runtime fail with..
Resource handler returned message: "The runtime parameter of python3.7 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (python3.12) while creating or updating functions.
Describe the bug
Lambda Functions with Python Runtimes
<=3.7
are no longer supported by CloudFormationExpected Behavior
Successful deployment of examples in repositories.
Current Behavior
Functions created using the
python3.7
runtime fail with..Reproduction Steps
A current failing example:
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.131.0
Framework Version
No response
Node.js Version
v18.16.0
OS
Mac
Language
Python
Language Version
No response
The text was updated successfully, but these errors were encountered: