Increase Memory
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user