From 1d44889625f3880c63a8bc23ef02b515becebc96 Mon Sep 17 00:00:00 2001 From: branberry Date: Mon, 16 Oct 2023 11:03:20 -0500 Subject: [PATCH] [DOP-4033]: Comment out adot --- cdk-infra/lib/constructs/api/webhook-api-construct.ts | 8 ++++---- 1 file changed, 4 insertions(+), 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 5f6ff0351..f55c99dba 100644 --- a/cdk-infra/lib/constructs/api/webhook-api-construct.ts +++ b/cdk-infra/lib/constructs/api/webhook-api-construct.ts @@ -84,10 +84,10 @@ export class WebhookApiConstruct extends Construct { currentVersionOptions: { provisionedConcurrentExecutions: 5, }, - adotInstrumentation: { - execWrapper: AdotLambdaExecWrapper.REGULAR_HANDLER, - layerVersion: AdotLayerVersion.fromJavaScriptSdkLayerVersion(AdotLambdaLayerJavaScriptSdkVersion.LATEST), - }, + // adotInstrumentation: { + // execWrapper: AdotLambdaExecWrapper.REGULAR_HANDLER, + // layerVersion: AdotLayerVersion.fromJavaScriptSdkLayerVersion(AdotLambdaLayerJavaScriptSdkVersion.LATEST), + // }, }); const githubDeleteArtifactsLambda = new NodejsFunction(this, 'githubDeleteArtifactsLambda', {