Skip to content

Commit 25289c7

Browse files
committed
refactor: update event bus references from UnicornProperties to UnicornApprovals in subscriptions.yaml
1 parent 6026ae8 commit 25289c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

unicorn_shared/uni-prop-namespaces.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Outputs:
3535
Description: Unicorn Contracts namespace parameter
3636
Value: !Ref UnicornContractsNamespaceParam
3737

38-
UnicornPropertiesNamespace:
38+
UnicornApprovalsNamespace:
3939
Description: Unicorn Properties namespace parameter
4040
Value: !Ref UnicornApprovalsNamespaceParam
4141

unicorn_web/integration/subscriptions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Resources:
2020
Name: unicorn.web-PublicationEvaluationCompleted
2121
Description: PublicationEvaluationCompleted subscription
2222
EventBusName:
23-
Fn::Sub: "{{resolve:ssm:/uni-prop/${Stage}/UnicornPropertiesEventBusArn}}"
23+
Fn::Sub: "{{resolve:ssm:/uni-prop/${Stage}/UnicornApprovalsEventBusArn}}"
2424
EventPattern:
2525
source:
2626
- "{{resolve:ssm:/uni-prop/UnicornApprovalsNamespace}}"

0 commit comments

Comments
 (0)