Skip to content

nodejs24.x runtime in aws_lambda_function #44986

@tlu-rs

Description

@tlu-rs

Description

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

References

Supported with aws-sdk-go-v2 release 2025-10-23. Tested and terraform-provider-aws 6.19.0 allows for the creation of a nodejs24.x 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