From caa66e7e2637ad4fc1ab71800bfca69b50220c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Taveira=20Ara=C3=BAjo?= Date: Mon, 25 Nov 2024 15:32:25 -0800 Subject: [PATCH] feat: bump runtime to provided.al2023 (#364) This should provide no functional difference, simply bumps us to latest and greatest. --- apps/forwarder/template.yaml | 2 +- apps/logwriter/template.yaml | 2 +- apps/metricstream/template.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/forwarder/template.yaml b/apps/forwarder/template.yaml index a1f78efe..e8ef3f8d 100644 --- a/apps/forwarder/template.yaml +++ b/apps/forwarder/template.yaml @@ -420,7 +420,7 @@ Resources: Role: !GetAtt Role.Arn CodeUri: ../../bin/linux_arm64 Handler: bootstrap - Runtime: provided.al2 + Runtime: provided.al2023 MemorySize: !If - UseDefaultMemorySize - !If diff --git a/apps/logwriter/template.yaml b/apps/logwriter/template.yaml index 628ad7c2..52e8daf3 100644 --- a/apps/logwriter/template.yaml +++ b/apps/logwriter/template.yaml @@ -427,7 +427,7 @@ Resources: Role: !GetAtt SubscriberRole.Arn CodeUri: ../../bin/linux_arm64 Handler: bootstrap - Runtime: provided.al2 + Runtime: provided.al2023 MemorySize: !If - UseDefaultMemorySize - "128" diff --git a/apps/metricstream/template.yaml b/apps/metricstream/template.yaml index b89e662a..78dad5e3 100644 --- a/apps/metricstream/template.yaml +++ b/apps/metricstream/template.yaml @@ -292,7 +292,7 @@ Resources: Role: !GetAtt MetricsConfiguratorRole.Arn CodeUri: ../../bin/linux_arm64 Handler: bootstrap - Runtime: provided.al2 + Runtime: provided.al2023 Architectures: - arm64 LoggingConfig: