Skip to content

python3.14 runtime in aws_lambda_function #44984

@tlu-rs

Description

@tlu-rs

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

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/lambdaIssues and PRs that pertain to the lambda service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions