From 0ecef9aa35a8835e42392a3c5649d25f9a10fca2 Mon Sep 17 00:00:00 2001 From: Justin Daines <168476932+obs-gh-justindaines@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:56:23 -0500 Subject: [PATCH] feat: Update Lambda runtime to provided.al2023 --- templates/lambda.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lambda.yaml b/templates/lambda.yaml index c4ce956..dc9fa06 100644 --- a/templates/lambda.yaml +++ b/templates/lambda.yaml @@ -122,7 +122,7 @@ Resources: Code: S3Bucket: !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName] S3Key: !Sub 'lambda/observer/arm64/${Version}.zip' - Runtime: provided.al2 + Runtime: provided.al2023 MemorySize: !Ref MemorySize Timeout: !Ref Timeout ReservedConcurrentExecutions: !If