File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Unicorn.Contracts/Integration
Unicorn.Properties/Integration Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Resources:
20
20
Properties :
21
21
Description : ' Event schemas for Unicorn Contracts'
22
22
RegistryName :
23
- Fn::Sub : " {{resolve:ssm:/uni-prop/${Stage}/UnicornContractsNamespace}}"
23
+ Fn::Sub : " {{resolve:ssm:/uni-prop/${Stage}/UnicornContractsNamespace}}-${Stage} "
24
24
25
25
EventRegistryPolicy :
26
26
Type : AWS::EventSchemas::RegistryPolicy
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Resources:
18
18
Properties :
19
19
Description : ' Event schemas for Unicorn Properties'
20
20
RegistryName :
21
- Fn::Sub : " {{resolve:ssm:/uni-prop/${Stage}/UnicornPropertiesNamespace}}"
21
+ Fn::Sub : " {{resolve:ssm:/uni-prop/${Stage}/UnicornPropertiesNamespace}}-${Stage} "
22
22
23
23
EventRegistryPolicy :
24
24
Type : AWS::EventSchemas::RegistryPolicy
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Resources:
18
18
Properties :
19
19
Description : ' Event schemas for Unicorn Web'
20
20
RegistryName :
21
- Fn::Sub : " {{resolve:ssm:/uni-prop/${Stage}/UnicornWebNamespace}}"
21
+ Fn::Sub : " {{resolve:ssm:/uni-prop/${Stage}/UnicornWebNamespace}}-${Stage} "
22
22
23
23
EventRegistryPolicy :
24
24
Type : AWS::EventSchemas::RegistryPolicy
You can’t perform that action at this time.
0 commit comments