From 492e91bfed616b2971820070f932ad69acdb96a1 Mon Sep 17 00:00:00 2001 From: Hiroshi Nishio <4620828+hiroshinishio@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:02:13 +0900 Subject: [PATCH] Update cron() --- cloudformation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudformation.yml b/cloudformation.yml index 42dbe33a..64ac36ba 100644 --- a/cloudformation.yml +++ b/cloudformation.yml @@ -19,7 +19,7 @@ Resources: Properties: Name: SchedulerEventRule Description: "Schedule Lambda function to run every weekday at 0 AM UTC" - ScheduleExpression: cron(1 7 ? * MON-FRI *) # min hour day month day-of-week year + ScheduleExpression: cron(5 7 ? * MON-FRI *) # min hour day month day-of-week year State: ENABLED Targets: - Arn: !Ref LambdaFunctionArn