-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Lambda support for Python 3.9 #16355
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-lambdaRelated to AWS LambdaRelated to AWS Lambdafeature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.
Description
I see that in the Lambda support for Python 3.9 https://aws.amazon.com/blogs/compute/python-3-9-runtime-now-available-in-aws-lambda/ CDK is listed as supporting this new runtime. However when using CDK Python to create a Python Lambda there are only enums for 2.7,3.6,3.7,3.8. https://docs.aws.amazon.com/cdk/api/latest/python/aws_cdk.aws_lambda/Runtime.html
I have also tried accessing PYTHON_3_9 enum in case the documentation was lagging the library but that doesn't work.
Will Python 3.9 support be coming soon to the Python CDK?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-lambdaRelated to AWS LambdaRelated to AWS Lambdafeature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.