Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #61 from ticoombs/main
Browse files Browse the repository at this point in the history
fix: python minimum requirements
  • Loading branch information
DelfinGala authored Aug 19, 2022
2 parents 50e99fd + f17857b commit 89ca9e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Resources:
Variables:
stackName: !Ref 'StackName'
Handler: "index.handler"
Runtime: "python3.6"
Runtime: "python3.9"
Timeout: "5"
Role: !GetAtt DeleteCFNLambdaExecutionRole.Arn
DeleteStackEventRule:
Expand Down Expand Up @@ -161,7 +161,7 @@ Resources:
status = cfnresponse.FAILED
cfnresponse.send(event, context, status, {}, None)
Handler: "index.handler"
Runtime: "python3.6"
Runtime: "python3.9"
Timeout: "5"
Role: !GetAtt BasicLambdaExecutionRole.Arn

Expand Down

0 comments on commit 89ca9e4

Please sign in to comment.