Skip to content

Commit

Permalink
Update ci-cd-codepipeline.cfn.yml
Browse files Browse the repository at this point in the history
Update python version to 3.7 for AWS::Lambda
  • Loading branch information
tasawar-hussain authored and SudKul committed Nov 18, 2021
1 parent 8d28aa6 commit ff1a2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-cd-codepipeline.cfn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Resources:
Handler: index.handler
Role: !GetAtt CustomResourceLambdaExecutionRole.Arn
Runtime: python2.7
Runtime: python3.7
Timeout: 300

CustomResourceLambdaExecutionRole:
Expand Down

0 comments on commit ff1a2a1

Please sign in to comment.