Skip to content

Commit 7d183d0

Browse files
committed
Update Lambda layer nodejs runtime
1 parent 69473ad commit 7d183d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lambda-layer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@aws/aws-distro-opentelemetry-node-autoinstrumentatio-sdk-layer",
2+
"name": "@aws/aws-distro-opentelemetry-node-autoinstrumentatio-sdk-layer-tooling",
33
"version": "0.0.1",
44
"description": "Lambda Layer including AWS Distro OpenTelemetry SDK for supporting Amazon Application Signals",
55
"repository": "aws-observability/aws-otel-js-instrumentation",
@@ -10,7 +10,7 @@
1010
"homepage": "https://github.com/aws-observability/aws-otel-js-instrumentation/tree/main/aws-distro-opentelemetry-node-autoinstrumentation#readme",
1111
"license": "Apache-2.0",
1212
"engines": {
13-
"node": ">=16"
13+
"node": ">=20"
1414
},
1515
"publishConfig": {
1616
"access": "public"

lambda-layer/packages/layer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/aws-distro-opentelemetry-node-autoinstrumentatio-sdk-layer",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Lambda Layer including AWS Distro OpenTelemetry SDK for supporting Amazon Application Signals",
55
"repository": "aws-observability/aws-otel-js-instrumentation",
66
"author": {
@@ -10,7 +10,7 @@
1010
"homepage": "https://github.com/aws-observability/aws-otel-js-instrumentation/tree/main/aws-distro-opentelemetry-node-autoinstrumentation#readme",
1111
"license": "Apache-2.0",
1212
"engines": {
13-
"node": ">=16"
13+
"node": ">=20"
1414
},
1515
"publishConfig": {
1616
"access": "public"

0 commit comments

Comments
 (0)