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', {