Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lambda: add PYTHON_3_10 runtime #26038

Closed
2 tasks
rittneje opened this issue Jun 19, 2023 · 4 comments
Closed
2 tasks

lambda: add PYTHON_3_10 runtime #26038

rittneje opened this issue Jun 19, 2023 · 4 comments
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

Comments

@rittneje
Copy link

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.74.0

Environment details (OS name and version, etc.)

Alpine 3.17

@rittneje rittneje added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jun 19, 2023
@github-actions github-actions bot added the @aws-cdk/aws-lambda Related to AWS Lambda label Jun 19, 2023
@pahud
Copy link
Contributor

pahud commented Jun 19, 2023

@pahud pahud added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. p2 effort/small Small work item – less than a day of effort and removed needs-triage This issue or PR still needs to be triaged. labels Jun 19, 2023
@rittneje
Copy link
Author

@pahud I guess since the docs are sorting the enum wrong (alphabetical), we did not see it. Is there any way to fix that so it appears after PYTHON_3_9?

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Jun 19, 2023
@peterwoodworth
Copy link
Contributor

It's sorting alphabetically which works fine enough, so probably not.

@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants