From ff1a2a15d4716b28caef123d2b20ba1a3332f825 Mon Sep 17 00:00:00 2001 From: Tasawar Hussain <31658686+tasawar-hussain@users.noreply.github.com> Date: Mon, 15 Nov 2021 01:35:06 +0500 Subject: [PATCH] Update ci-cd-codepipeline.cfn.yml Update python version to 3.7 for AWS::Lambda --- ci-cd-codepipeline.cfn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-cd-codepipeline.cfn.yml b/ci-cd-codepipeline.cfn.yml index a391876ab0..14b705a580 100755 --- a/ci-cd-codepipeline.cfn.yml +++ b/ci-cd-codepipeline.cfn.yml @@ -161,7 +161,7 @@ Resources: Handler: index.handler Role: !GetAtt CustomResourceLambdaExecutionRole.Arn - Runtime: python2.7 + Runtime: python3.7 Timeout: 300 CustomResourceLambdaExecutionRole: