Skip to content

Commit

Permalink
Increase memory for lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Nov 3, 2023
1 parent 7202981 commit d04d545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdk-infra/lib/constructs/api/webhook-api-construct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export class WebhookApiConstruct extends Construct {
environment,
timeout,
tracing: Tracing.ACTIVE,
memorySize: 1024,
});

const githubDeleteArtifactsLambda = new NodejsFunction(this, 'githubDeleteArtifactsLambda', {
Expand Down

0 comments on commit d04d545

Please sign in to comment.