Skip to content

Commit

Permalink
Use regular handler
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Oct 13, 2023
1 parent bcb2b66 commit 4810dbd
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -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),
},
});
Expand Down

0 comments on commit 4810dbd

Please sign in to comment.