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 @@ -54,7 +54,7 @@ Resources:
5454 RegistryName :
5555 Fn::GetAtt : EventRegistry.RegistryName
5656 SchemaName :
57- Fn::Sub : " ${EventRegistry.RegistryName }@ContractStatusChanged"
57+ Fn::Sub : " {{resolve:ssm:/uni-prop/UnicornContractsNamespace} }@ContractStatusChanged"
5858 Description : ' The schema for a request to publish a property'
5959 Content :
6060 Fn::Sub : |
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Resources:
5252 RegistryName :
5353 Fn::GetAtt : EventRegistry.RegistryName
5454 SchemaName :
55- Fn::Sub : ' ${EventRegistry.RegistryName }@PublicationEvaluationCompleted'
55+ Fn::Sub : ' {{resolve:ssm:/uni-prop/UnicornPropertiesNamespace} }@PublicationEvaluationCompleted'
5656 Description : ' The schema for when a property evaluation is completed'
5757 Content :
5858 Fn::Sub : |
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Resources:
5252 RegistryName :
5353 Fn::GetAtt : EventRegistry.RegistryName
5454 SchemaName :
55- Fn::Sub : ' ${EventRegistry.RegistryName }@PublicationApprovalRequested'
55+ Fn::Sub : ' {{resolve:ssm:/uni-prop/UnicornWebNamespace} }@PublicationApprovalRequested'
5656 Description : ' The schema for a request to publish a property'
5757 Content :
5858 Fn::Sub : |
You can’t perform that action at this time.
0 commit comments