Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/aws-lambda/layer/bin/publish-layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ if [[ -z $NO_PROMPT ]]; then
fi

# List of supported AWS Lambda Node.js runtimes
SUPPORTED_RUNTIMES="nodejs18.x nodejs20.x nodejs22.x"
SUPPORTED_RUNTIMES="nodejs18.x nodejs20.x nodejs22.x nodejs24.x"

# The Node.js version to use for building the Docker image.
# This should be aligned with one of the supported runtimes above.
Expand Down