Skip to content

Commit c09266c

Browse files
increase lambda memory (#1201)
1 parent d4f91f9 commit c09266c

File tree

1 file changed

+1
-0
lines changed
  • src/deployments/cdk/src/deployments/metadata-collection

1 file changed

+1
-0
lines changed

src/deployments/cdk/src/deployments/metadata-collection/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ export function createMetadataService(props: MetadataServiceProps) {
183183
role: lambdaRole,
184184
handler: 'index.metadataCollection',
185185
timeout: cdk.Duration.minutes(10),
186+
memorySize: 512,
186187
environment: {
187188
ACCELERATOR_PREFIX: props.acceleratorPrefix,
188189
BUCKET_NAME: bucketName,

0 commit comments

Comments
 (0)