-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Open
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/lambdaIssues and PRs that pertain to the lambda service.Issues and PRs that pertain to the lambda service.
Description
Description
Add support for python3.14 Lambda runtimes to aws_lambda_function resource.
Affected Resource(s) or Data Source(s)
aws_lambda_function
Potential Terraform Configuration
resource "aws_lambda_function" "example" {
# ...
runtime = "python3.14"
# ...
}References
Supported with aws-sdk-go-v2 release 2025-10-31. Tested and terraform-provider-aws 6.20.0 allows for the creation of a python3.14 Lambda runtime function.
Would you like to implement the enhancement?
No
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/lambdaIssues and PRs that pertain to the lambda service.Issues and PRs that pertain to the lambda service.