Increase Memory
This commit is contained in:
@@ -61,7 +61,7 @@ export class MccAPIInfraStack extends Stack {
|
|||||||
timeout: Duration.seconds(30),
|
timeout: Duration.seconds(30),
|
||||||
entry: join(__dirname, '../../src'),
|
entry: join(__dirname, '../../src'),
|
||||||
index: 'run.py',
|
index: 'run.py',
|
||||||
memorySize: 256,
|
memorySize: 1024,
|
||||||
vpc,
|
vpc,
|
||||||
logRetention: RetentionDays.ONE_WEEK,
|
logRetention: RetentionDays.ONE_WEEK,
|
||||||
environment: {
|
environment: {
|
||||||
|
|||||||
Reference in New Issue
Block a user