From 071971cc7c93ffd9f88a68c2673b63cf6e23cbb7 Mon Sep 17 00:00:00 2001 From: Jim Wild Date: Wed, 30 Apr 2025 11:10:34 +0000 Subject: [PATCH] Fix scheduler name --- SAMtemplates/functions/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAMtemplates/functions/main.yaml b/SAMtemplates/functions/main.yaml index 949ff31753..6d45aa0f1e 100644 --- a/SAMtemplates/functions/main.yaml +++ b/SAMtemplates/functions/main.yaml @@ -386,7 +386,7 @@ Resources: ScheduleEvent: Type: ScheduleV2 Properties: - Name: !Sub ${StackName}-NHSNotifySchedule + Name: !Sub ${StackName}-NotifySchedule ScheduleExpression: "rate(1 minute)" RoleArn: !GetAtt NotifyProcessorScheduleEventRole.Arn Metadata: