diff --git a/src/deployments/cdk/src/deployments/metadata-collection/index.ts b/src/deployments/cdk/src/deployments/metadata-collection/index.ts index 0c0fbb682..2e1a19df7 100644 --- a/src/deployments/cdk/src/deployments/metadata-collection/index.ts +++ b/src/deployments/cdk/src/deployments/metadata-collection/index.ts @@ -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,