Skip to content

Commit 71ff123

Browse files
feat(aws-lambda): added support for Node.js 22 AWS Lambda runtime
1 parent 11e8a0f commit 71ff123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-lambda/layer/bin/publish-layer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ if [[ -z $SKIP_AWS_PUBLISH_LAYER ]]; then
379379
--license-info $LICENSE \
380380
--zip-file fileb://$ZIP_NAME \
381381
--output json \
382-
--compatible-runtimes nodejs18.x nodejs20.x \
382+
--compatible-runtimes nodejs18.x nodejs20.x nodejs22.x\
383383
| jq '.Version' \
384384
) || true # NOTE: If the upload fails, the bash script should not fail.
385385

0 commit comments

Comments
 (0)