Skip to content

Commit

Permalink
Use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Oct 31, 2023
1 parent 5fc9909 commit 8b9dbc0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 35 deletions.
2 changes: 1 addition & 1 deletion cdk-infra/lib/constructs/api/webhook-api-construct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class WebhookApiConstruct extends Construct {
},
adotInstrumentation: {
execWrapper: AdotLambdaExecWrapper.REGULAR_HANDLER,
layerVersion: AdotLayerVersion.fromJavaScriptSdkLayerVersion(AdotLambdaLayerJavaScriptSdkVersion.LATEST),
layerVersion: AdotLayerVersion.fromJavaScriptSdkLayerVersion(AdotLambdaLayerJavaScriptSdkVersion.V1_16_0),
},
});

Expand Down
56 changes: 23 additions & 33 deletions cdk-infra/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cdk-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@aws-sdk/client-ssm": "^3.342.0",
"aws-cdk-lib": "2.73.0",
"aws-cdk-lib": "2.103.1",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
Expand Down

0 comments on commit 8b9dbc0

Please sign in to comment.