Skip to content

Commit

Permalink
increase lambda memory (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenBedard authored Dec 6, 2023
1 parent d4f91f9 commit c09266c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export function createMetadataService(props: MetadataServiceProps) {
role: lambdaRole,
handler: 'index.metadataCollection',
timeout: cdk.Duration.minutes(10),
memorySize: 512,
environment: {
ACCELERATOR_PREFIX: props.acceleratorPrefix,
BUCKET_NAME: bucketName,
Expand Down

0 comments on commit c09266c

Please sign in to comment.