Skip to content

Commit

Permalink
Update memory size
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Yan committed Jan 10, 2024
1 parent 148e704 commit dc61db7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deployments/cdk/src/common/alb-ip-forwarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export class AlbIpForwarding extends Construct {

const lambdaDnsRecordMonitor = new lambda.Function(this, `${prefix}ddbDnsRecordMonitor`, {
runtime: lambda.Runtime.NODEJS_18_X,
memorySize: 512,
handler: 'index.albTargetRecordMonitor',
code: lambdaCode,
timeout: Duration.seconds(60),
Expand Down

0 comments on commit dc61db7

Please sign in to comment.