From 4e15b4e883c32de1831cc6bae6d790e9d5d1648c Mon Sep 17 00:00:00 2001 From: robinld Date: Tue, 14 Nov 2023 15:00:01 -0800 Subject: python3.7 -> python3.12 Python 3.7 is EOL: https://devguide.python.org/versions/ --- cf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf.yml b/cf.yml index 7b2bd32..b269586 100644 --- a/cf.yml +++ b/cf.yml @@ -434,7 +434,7 @@ Resources: Handler: index.handler MemorySize: 128 Role: !GetAtt SetDNSRecordLambdaRole.Arn - Runtime: python3.7 + Runtime: python3.12 Timeout: 20 LaunchEvent: -- cgit v1.2.3