lambda: add PYTHON_3_10 runtime #26038
Labels
@aws-cdk/aws-lambda
Related to AWS Lambda
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Lambda added support for Python 3.10 back in April. https://aws.amazon.com/about-aws/whats-new/2023/04/aws-lambda-python-3-10/
CloudFormation already supports it. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime
Add PYTHON_3_10 to the runtime enum. https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_lambda/Runtime.html
Also, this should not have needed a feature request. This process should be automated such that as soon as a new runtime is supported by CloudFormation, it also gets added to CDK.
Use Case
n/a
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.74.0
Environment details (OS name and version, etc.)
Alpine 3.17
The text was updated successfully, but these errors were encountered: