Skip to content

Commit

Permalink
feat(aws-lambda): added support for Node.js 22 AWS Lambda runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash-sivan committed Nov 21, 2024
1 parent f81f1f8 commit 7bfbf21
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -379,7 +379,7 @@ if [[ -z $SKIP_AWS_PUBLISH_LAYER ]]; then
--license-info $LICENSE \
--zip-file fileb://$ZIP_NAME \
--output json \
--compatible-runtimes nodejs18.x nodejs20.x \
--compatible-runtimes nodejs18.x nodejs20.x nodejs22.x\
| jq '.Version' \
) || true # NOTE: If the upload fails, the bash script should not fail.

Expand Down

0 comments on commit 7bfbf21

Please sign in to comment.