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

Commit

Permalink
fix: python minimum requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ticoombs committed Aug 12, 2022
1 parent 50e99fd commit f17857b
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 f17857b

Please sign in to comment.