From 3f878a5fbe48f16ebddc97656a565ba069132b74 Mon Sep 17 00:00:00 2001 From: Anup Raj Gopinathan Date: Thu, 26 Jun 2025 06:24:02 +0200 Subject: [PATCH] Increase Memory --- infra/bin/apiStack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/bin/apiStack.ts b/infra/bin/apiStack.ts index 92e638a..bf75074 100644 --- a/infra/bin/apiStack.ts +++ b/infra/bin/apiStack.ts @@ -61,7 +61,7 @@ export class MccAPIInfraStack extends Stack { timeout: Duration.seconds(30), entry: join(__dirname, '../../src'), index: 'run.py', - memorySize: 256, + memorySize: 1024, vpc, logRetention: RetentionDays.ONE_WEEK, environment: {