Skip to content

Commit d3df2af

Browse files
authored
Fix: [AEA-0000] - Fix scheduler name (#1591)
## Summary - Routine Change ### Details A scheduler name was not updated, which causes a conflict when updating an existing stack. This should fix that.
1 parent be6ee82 commit d3df2af

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)