From e2da7db16d0962910b4e2bf0077867350916e802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Saniewski?= <32197495+Saniewski@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:20:19 +0200 Subject: [PATCH] Bump Python version to 3.12 in the AWS CloudFormation template --- 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 a2a1162..13685d3 100644 --- a/aws/cloudformation-template-ipsec.json +++ b/aws/cloudformation-template-ipsec.json @@ -348,7 +348,7 @@ "Type": "AWS::Lambda::Function", "Properties": { "Handler": "index.handler", - "Runtime": "python3.8", + "Runtime": "python3.12", "Role": { "Fn::GetAtt": [ "LambdaExecutionRole", @@ -457,7 +457,7 @@ "Type": "AWS::Lambda::Function", "Properties": { "Handler": "index.handler", - "Runtime": "python3.8", + "Runtime": "python3.12", "Role": { "Fn::GetAtt": [ "LambdaExecutionRole",