aws-ecs: DrainECSHookFunction Lambda runtime version. Update to v3.9 #20465
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
@aws-cdk/aws-lambda
Related to AWS Lambda
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Describe the feature
The aws-ecs module creates a Lambda called DrainECSHookFunction. The Lambda runtime for this module is currently set at 3.6 on L70.
Python 3.6 was made EOL in December 2021 and AWS have emailed customers to recommend upgrading existing Python 3.6 functions to Python 3.9 before August 17, 2022. more info is available in the Lambda Support policy.
Use Case
To maintain an up to date Lambda runtime and ensure continued support of the full deployed stack.
Proposed Solution
Update the Lambda runtime (L70) for the DrainECSHookFunction to version 3.9.
Other Information
No response
Acknowledgements
CDK version used
1.56.1
Environment details (OS name and version, etc.)
Amazon Linux 2
The text was updated successfully, but these errors were encountered: