Increase Memory

This commit is contained in:
Anup Raj Gopinathan
2025-06-26 06:24:02 +02:00
parent 332cc9f629
commit 3f878a5fbe
+1 -1
View File
@@ -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: {