File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff line change 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" : {
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"
Original file line number Diff line number Diff line change 44resource "aws_lambda_layer_version" "sdk_layer" {
55 layer_name = var. sdk_layer_name
66 filename = " ${ path . module } /../../packages/layer/build/layer.zip"
7- compatible_runtimes = [" nodejs14 .x" , " nodejs16.x " , " nodejs18 .x" ]
7+ compatible_runtimes = [" nodejs18 .x" , " nodejs20 .x" ]
88 license_info = " Apache-2.0"
99 source_code_hash = filebase64sha256 (" ${ path . module } /../../packages/layer/build/layer.zip" )
1010}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ variable "tracing_mode" {
1919variable "runtime" {
2020 type = string
2121 description = " NodeJS runtime version used for sample Lambda Function"
22- default = " nodejs16 .x"
22+ default = " nodejs20 .x"
2323}
2424
2525variable "architecture" {
You can’t perform that action at this time.
0 commit comments