From 4810dbd52a6c8250e65c4b16a7f50ceca2b033e7 Mon Sep 17 00:00:00 2001 From: branberry Date: Fri, 13 Oct 2023 11:11:57 -0500 Subject: [PATCH] Use regular handler --- cdk-infra/lib/constructs/api/webhook-api-construct.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdk-infra/lib/constructs/api/webhook-api-construct.ts b/cdk-infra/lib/constructs/api/webhook-api-construct.ts index 658986972..7e655f202 100644 --- a/cdk-infra/lib/constructs/api/webhook-api-construct.ts +++ b/cdk-infra/lib/constructs/api/webhook-api-construct.ts @@ -80,7 +80,7 @@ export class WebhookApiConstruct extends Construct { environment, timeout, adotInstrumentation: { - execWrapper: AdotLambdaExecWrapper.PROXY_HANDLER, + execWrapper: AdotLambdaExecWrapper.REGULAR_HANDLER, layerVersion: AdotLayerVersion.fromJavaScriptSdkLayerVersion(AdotLambdaLayerJavaScriptSdkVersion.V1_7_0), }, });