From 4ee9911cbcf2e4828a0bfc00b10a92e083942746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Saniewski?= <32197495+Saniewski@users.noreply.github.com> Date: Tue, 23 Apr 2024 07:06:21 +0200 Subject: [PATCH] Update CloudFormation template (#1555) - Bump Lambda runtime version to Python 3.12 --- 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",