@@ -4,7 +4,7 @@ AWSTemplateFormatVersion: "2010-09-09"
44Transform :
55 - AWS::Serverless-2016-10-31
66Description : >
7- Unicorn Properties Service. Validate the content, images and contract of property listings.
7+ Unicorn Approvals Service. Validate the content, images and contract of property listings.
88
99Metadata :
1010 cfn-lint :
@@ -288,7 +288,7 @@ Resources:
288288 - Key : stage
289289 Value : !Ref Stage
290290
291- # Store failed INVOCATIONS to each Lambda function in Unicorn Properties Service
291+ # Store failed INVOCATIONS to each Lambda function in Unicorn Approvals Service
292292 ApprovalsServiceDLQ :
293293 Type : AWS::SQS::Queue
294294 UpdateReplacePolicy : Delete
@@ -328,13 +328,13 @@ Resources:
328328 Value : !Ref Stage
329329
330330 # ### EVENT BUS
331- # Event bus for Unicorn Properties Service, used to publish and consume events
331+ # Event bus for Unicorn Approvals Service, used to publish and consume events
332332 UnicornApprovalsEventBus :
333333 Type : AWS::Events::EventBus
334334 DeletionPolicy : Delete
335335 UpdateReplacePolicy : Delete
336336 Properties :
337- Name : !Sub UnicornPropertiesBus -${Stage}
337+ Name : !Sub UnicornApprovalsBus -${Stage}
338338
339339 # Event bus policy to restrict who can publish events (should only be services from UnicornApprovalsNamespace)
340340 UnicornApprovalsEventsBusPublishPolicy :
@@ -419,7 +419,7 @@ Resources:
419419 }
420420
421421 # ### CLOUDFORMATION NESTED STACKS
422- # CloudFormation Stack with the Properties Service Event Registry and Schemas
422+ # CloudFormation Stack with the Approvals Service Event Registry and Schemas
423423 EventSchemasStack :
424424 Type : AWS::Serverless::Application
425425 UpdateReplacePolicy : Delete
@@ -429,7 +429,7 @@ Resources:
429429 Parameters :
430430 Stage : !Ref Stage
431431
432- # CloudFormation Stack with the Cross-service EventBus policy for Properties Service
432+ # CloudFormation Stack with the Cross-service EventBus policy for Approvals Service
433433 SubscriberPoliciesStack :
434434 Type : AWS::Serverless::Application
435435 UpdateReplacePolicy : Delete
@@ -441,7 +441,7 @@ Resources:
441441 Parameters :
442442 Stage : !Ref Stage
443443
444- # CloudFormation Stack with the Cross-service EventBus Rules for Properties Service
444+ # CloudFormation Stack with the Cross-service EventBus Rules for Approvals Service
445445 SubscriptionsStack :
446446 Type : AWS::Serverless::Application
447447 UpdateReplacePolicy : Delete
@@ -482,7 +482,7 @@ Outputs:
482482 Value : !Ref ApprovalStateMachine
483483
484484 # ### EVENT BRIDGE OUTPUTS
485- UnicornPropertiesEventBusName :
485+ UnicornApprovalsEventBusName :
486486 Value : !GetAtt UnicornApprovalsEventBus.Name
487487
488488 # ### CLOUDWATCH LOGS OUTPUTS
0 commit comments