Skip to content

Commit

Permalink
Don\t suppress aws
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Oct 31, 2023
1 parent 8b9dbc0 commit 0e508d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cdk-infra/lib/constructs/api/webhook-api-construct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,15 @@ export class WebhookApiConstruct extends Construct {
handler: 'TriggerBuild',
bundling,
environment,
memorySize: 1024,
timeout,
tracing: Tracing.ACTIVE,
currentVersionOptions: {
provisionedConcurrentExecutions: 5,
},
adotInstrumentation: {
execWrapper: AdotLambdaExecWrapper.REGULAR_HANDLER,
layerVersion: AdotLayerVersion.fromJavaScriptSdkLayerVersion(AdotLambdaLayerJavaScriptSdkVersion.V1_16_0),
layerVersion: AdotLayerVersion.fromJavaScriptSdkLayerVersion(AdotLambdaLayerJavaScriptSdkVersion.LATEST),
},
});

Expand Down

0 comments on commit 0e508d3

Please sign in to comment.