From 59b120ed4173e1fb224abb4d0c105850f37c8a9f Mon Sep 17 00:00:00 2001 From: branberry Date: Fri, 13 Oct 2023 12:18:38 -0500 Subject: [PATCH] Remove ADOT --- cdk-infra/lib/constructs/api/webhook-api-construct.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cdk-infra/lib/constructs/api/webhook-api-construct.ts b/cdk-infra/lib/constructs/api/webhook-api-construct.ts index 44b1be20f..39f0b7c70 100644 --- a/cdk-infra/lib/constructs/api/webhook-api-construct.ts +++ b/cdk-infra/lib/constructs/api/webhook-api-construct.ts @@ -81,10 +81,6 @@ export class WebhookApiConstruct extends Construct { environment, timeout, tracing: Tracing.ACTIVE, - adotInstrumentation: { - execWrapper: AdotLambdaExecWrapper.REGULAR_HANDLER, - layerVersion: AdotLayerVersion.fromJavaScriptSdkLayerVersion(AdotLambdaLayerJavaScriptSdkVersion.LATEST), - }, }); const githubDeleteArtifactsLambda = new NodejsFunction(this, 'githubDeleteArtifactsLambda', {