Skip to content

java25 runtime in aws_lambda_function #44985

@tlu-rs

Description

@tlu-rs

Description

Add support for java25 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 = "java25"
  # ...
}

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 java25 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

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions