From f1346c74d7a9585f8085da9be393234c0c59a8c6 Mon Sep 17 00:00:00 2001 From: orbakh Date: Fri, 19 Sep 2025 09:45:22 -0700 Subject: [PATCH] Updated Runtime to latest python after testng --- replay-handler-cloudformation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/replay-handler-cloudformation.yaml b/replay-handler-cloudformation.yaml index 48e3240..d8f27c3 100644 --- a/replay-handler-cloudformation.yaml +++ b/replay-handler-cloudformation.yaml @@ -343,7 +343,7 @@ Resources: Handler: index.handler MemorySize: 128 Role: !GetAtt LambdaExecutionRole.Arn - Runtime: "python3.12" + Runtime: "python3.13" Timeout: 30 Code: ZipFile: |