From 59d70a2931594afdb2ee4cdb7d36e89016970492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Pether=20S=C3=B6rling?= Date: Thu, 18 May 2023 12:59:10 +0200 Subject: [PATCH] Update template.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: James Pether Sörling --- cloudformation/template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"