File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
unicorn_properties/integration Expand file tree Collapse file tree 4 files changed +4
-4
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 @@ -204,7 +204,7 @@ Resources:
204204 RedrivePolicy :
205205 deadLetterTargetArn : !GetAtt UnicornContractsIngestDLQ.Arn
206206 maxReceiveCount : 1
207- VisibilityTimeout : 20
207+ VisibilityTimeout : 40
208208 Tags :
209209 - Key : stage
210210 Value : !Ref Stage
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