From 03a9d569c71d867505b1400cdeb98e1d0da864da Mon Sep 17 00:00:00 2001 From: Iakov GAN <82834333+iakov-aws@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:47:20 +0100 Subject: [PATCH] Python 3.12 is not supported in CN --- cfn-templates/cur-aggregation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfn-templates/cur-aggregation.yaml b/cfn-templates/cur-aggregation.yaml index cf752110..219f0018 100644 --- a/cfn-templates/cur-aggregation.yaml +++ b/cfn-templates/cur-aggregation.yaml @@ -473,7 +473,7 @@ Resources: Type: AWS::Lambda::Function Condition: DeployCURViaLambda Properties: - Runtime: python3.12 + Runtime: python3.11 FunctionName: Fn::Sub: ${ResourcePrefix}-CID-CURCreator Handler: index.lambda_handler @@ -603,7 +603,7 @@ Resources: CIDLambdaAnalytics: Type: AWS::Lambda::Function Properties: - Runtime: python3.12 + Runtime: python3.11 # before updating FunctionName: Fn::Sub: ${ResourcePrefix}-CID-Analytics Handler: index.lambda_handler