Skip to content

Commit

Permalink
fix: dropped support for lambda runtimes v14 and v16 (#1352)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
- Node.js Lambda runtimes v14 and v16 are no longer supported.
- Refer to the Lambda deprecation policy here: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy
  • Loading branch information
aryamohanan committed Oct 14, 2024
1 parent 817bd6f commit aa4bdce
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 @@ -371,7 +371,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 nodejs20.x \
--compatible-runtimes nodejs18.x nodejs20.x \
| jq '.Version' \
)

Expand Down

0 comments on commit aa4bdce

Please sign in to comment.