diff --git a/cloudformation/CostExplorerAlerts-Template.yaml b/cloudformation/CostExplorerAlerts-Template.yaml index f8c354b..1f26e2f 100644 --- a/cloudformation/CostExplorerAlerts-Template.yaml +++ b/cloudformation/CostExplorerAlerts-Template.yaml @@ -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