Skip to content

Commit

Permalink
Fix Python version to supported runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jchrisfarris committed Apr 26, 2024
1 parent d71e300 commit 2ed4bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/CostExplorerAlerts-Template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Description: Fetch the latest billing info and send it to Slack
Runtime: python3.7
Runtime: python3.12
Handler: index.lambda_handler
Timeout: 120
MemorySize: 1024
Expand Down

0 comments on commit 2ed4bb4

Please sign in to comment.