We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c68c0 commit 7b00f46Copy full SHA for 7b00f46
packages/aws-lambda/layer/bin/publish-layer.sh
@@ -160,7 +160,7 @@ if [[ -z $NO_PROMPT ]]; then
160
fi
161
162
# List of supported AWS Lambda Node.js runtimes
163
-SUPPORTED_RUNTIMES="nodejs18.x nodejs20.x nodejs22.x"
+SUPPORTED_RUNTIMES="nodejs18.x nodejs20.x nodejs22.x nodejs24.x"
164
165
# The Node.js version to use for building the Docker image.
166
# This should be aligned with one of the supported runtimes above.
0 commit comments