Skip to content

Commit

Permalink
feat: add "nodejs16.x" lambda runtime to our compatible runtimes (#2697)
Browse files Browse the repository at this point in the history
AFAIK the "compatible runtimes" flag on Lambda layers is just advisory.
  • Loading branch information
trentm committed May 17, 2022
1 parent 01154f3 commit 7cd1b90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ publish: validate-layer-name validate-aws-default-region
--layer-name "$(ELASTIC_LAYER_NAME)" \
--description "AWS Lambda Extension Layer for the Elastic APM Node.js Agent" \
--license "Apache-2.0" \
--compatible-runtimes nodejs14.x nodejs12.x nodejs10.x \
--compatible-runtimes nodejs16.x nodejs14.x nodejs12.x nodejs10.x \
--zip-file "fileb://./$(AWS_FOLDER)/elastic-apm-node-lambda-layer-$(BRANCH_NAME).zip"

# Grant public access to the given LAYER in the given AWS region
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ Notes:
control over how the APM Agent uses incoming trace-context headers for context
propagation. ({issues}2592[#2592])
- Add "nodejs16.x" as one of the compatible runtimes for the Node.js APM agent
Lambda layers now that
https://aws.amazon.com/blogs/compute/node-js-16-x-runtime-now-available-in-aws-lambda/[this runtime is available on AWS].
[float]
===== Bug fixes
Expand Down

0 comments on commit 7cd1b90

Please sign in to comment.