hashicorp / terraform-cdk

Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
https://www.terraform.io/cdktf
Mozilla Public License 2.0
4.84k stars 450 forks source link

Lambda: Add Python 3.11 to supported runtimes check #3044

Closed levelupatlas-mat closed 1 year ago

levelupatlas-mat commented 1 year ago

Description

AWS now supports Python 3.11 for Lambda managed runtimes. Current cdktf gives an error on "python3.11" value.

References

Help Wanted

Community Note

ansgarm commented 1 year ago

Hi @mgb-mat 👋

Support for this runtime needs to be added to the AWS Terraform provider. There is an issue for this over there: https://github.com/hashicorp/terraform-provider-aws/issues/32817

I'd recommend to give that issue a thumbs-up to help that team prioritize it higher 👍

levelupatlas-mat commented 1 year ago

Ohh lovely! Thanks for the info ^^

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.