Skip to content

Commit

Permalink
feat(aws-lambda): added support for Node.js v20 runtime (#975)
Browse files Browse the repository at this point in the history
refs 146846
  • Loading branch information
aryamohanan authored Dec 19, 2023
1 parent 8d35e7b commit 7b44f8e
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 @@ -357,7 +357,7 @@ if [[ -z $SKIP_AWS_PUBLISH_LAYER ]]; then
--license-info $LICENSE \
--zip-file fileb://$ZIP_NAME \
--output json \
--compatible-runtimes nodejs14.x nodejs16.x nodejs18.x \
--compatible-runtimes nodejs14.x nodejs16.x nodejs18.x nodejs20.x \
| jq '.Version' \
)

Expand Down

0 comments on commit 7b44f8e

Please sign in to comment.