Skip to content

Commit 071971c

Browse files
committed
Fix scheduler name
1 parent be6ee82 commit 071971c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SAMtemplates/functions/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Resources:
386386
ScheduleEvent:
387387
Type: ScheduleV2
388388
Properties:
389-
Name: !Sub ${StackName}-NHSNotifySchedule
389+
Name: !Sub ${StackName}-NotifySchedule
390390
ScheduleExpression: "rate(1 minute)"
391391
RoleArn: !GetAtt NotifyProcessorScheduleEventRole.Arn
392392
Metadata:

0 commit comments

Comments
 (0)