diff --git a/cloudformation/template.yml b/cloudformation/template.yml index 04ac394c..a5334c54 100644 --- a/cloudformation/template.yml +++ b/cloudformation/template.yml @@ -441,7 +441,7 @@ Resources: Architectures: - arm64 MemorySize: 256 - ReservedConcurrentExecutions: 1 + ReservedConcurrentExecutions: 4 DeadLetterConfig: TargetArn: !Ref "DeadLetterTopic" PackageType: "Zip" @@ -474,7 +474,7 @@ Resources: Architectures: - arm64 MemorySize: 256 - ReservedConcurrentExecutions: 1 + ReservedConcurrentExecutions: 4 DeadLetterConfig: TargetArn: !Ref "DeadLetterTopic" PackageType: "Zip"