We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6026ae8 commit 25289c7Copy full SHA for 25289c7
2 files changed
unicorn_shared/uni-prop-namespaces.yaml
@@ -35,7 +35,7 @@ Outputs:
35
Description: Unicorn Contracts namespace parameter
36
Value: !Ref UnicornContractsNamespaceParam
37
38
- UnicornPropertiesNamespace:
+ UnicornApprovalsNamespace:
39
Description: Unicorn Properties namespace parameter
40
Value: !Ref UnicornApprovalsNamespaceParam
41
unicorn_web/integration/subscriptions.yaml
@@ -20,7 +20,7 @@ Resources:
20
Name: unicorn.web-PublicationEvaluationCompleted
21
Description: PublicationEvaluationCompleted subscription
22
EventBusName:
23
- Fn::Sub: "{{resolve:ssm:/uni-prop/${Stage}/UnicornPropertiesEventBusArn}}"
+ Fn::Sub: "{{resolve:ssm:/uni-prop/${Stage}/UnicornApprovalsEventBusArn}}"
24
EventPattern:
25
source:
26
- "{{resolve:ssm:/uni-prop/UnicornApprovalsNamespace}}"
0 commit comments