From f06bf60bbb73c312cad37b3bdb2204ee258794ff Mon Sep 17 00:00:00 2001 From: Scottpedia Date: Sun, 13 Aug 2023 22:31:42 +0800 Subject: [PATCH] EOL for python3.7 used by boto3 Reference: https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/ --- aws/cloudformation-template-ipsec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/cloudformation-template-ipsec.json b/aws/cloudformation-template-ipsec.json index 8e00e96..58a8304 100644 --- a/aws/cloudformation-template-ipsec.json +++ b/aws/cloudformation-template-ipsec.json @@ -394,7 +394,7 @@ "Type": "AWS::Lambda::Function", "Properties": { "Handler": "index.handler", - "Runtime": "python3.7", + "Runtime": "python3.8", "Role": { "Fn::GetAtt": [ "LambdaExecutionRole", @@ -462,7 +462,7 @@ "Type": "AWS::Lambda::Function", "Properties": { "Handler": "index.handler", - "Runtime": "python3.7", + "Runtime": "python3.8", "Role": { "Fn::GetAtt": [ "LambdaExecutionRole",