From 392a18379d13164ff1aa572e91694b5637b36f0d Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Fri, 30 Aug 2024 07:59:26 +0300 Subject: [PATCH] Fix Lambda runtime version --- aws-custom-cluster/template-ssl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-custom-cluster/template-ssl.yaml b/aws-custom-cluster/template-ssl.yaml index 2d86a4f8..4d1a0865 100644 --- a/aws-custom-cluster/template-ssl.yaml +++ b/aws-custom-cluster/template-ssl.yaml @@ -146,7 +146,7 @@ Resources: Handler: index.lambda_handler Role: !Sub '${AcmCertificateImportLambdaExecutionRole.Arn}' - Runtime: python3.12 + Runtime: python3.11 AcmCertificateImportLambdaExecutionRole: Type: AWS::IAM::Role Properties: