Skip to content

Commit 0c095c4

Browse files
committed
fix: missed updates and sync with cookiecutters
1 parent d518ceb commit 0c095c4

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

unicorn_contracts/template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Resources:
150150
project: !FindInMap [Constants, ProjectName, Value]
151151
namespace: "{{resolve:ssm:/uni-prop/UnicornContractsNamespace}}"
152152

153+
# API GW Cloudwatch Log Group
153154
UnicornContractsApiLogGroup:
154155
Type: AWS::Logs::LogGroup
155156
UpdateReplacePolicy: Delete

unicorn_properties/template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ Resources:
470470
# CloudFormation Stack with the Cross-service EventBus Rules for Properties Service
471471
SubscriptionsStack:
472472
Type: AWS::Serverless::Application
473+
UpdateReplacePolicy: Delete
474+
DeletionPolicy: Delete
473475
DependsOn:
474476
- UnicornPropertiesEventBusArnParam
475477
Properties:

unicorn_web/integration/subscriptions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Resources:
3232
Arn:
3333
Fn::Sub: "{{resolve:ssm:/uni-prop/${Stage}/UnicornWebEventBusArn}}"
3434
RoleArn:
35-
Fn::GetAtt: UnicornPropertiesEventBusToUnicornWebEventBusRole.Arn
35+
Fn::GetAtt: [ UnicornPropertiesEventBusToUnicornWebEventBusRole, Arn ]
3636

3737
# This IAM role allows EventBridge to assume the permissions necessary to send events
3838
# from the publishing event bus, to the subscribing event bus (UnicornWebEventBusArn)

unicorn_web/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,9 @@ Resources:
444444

445445
# CloudFormation Stack with the Cross-service EventBus Rules for Web Service
446446
SubscriptionsStack:
447+
Type: AWS::Serverless::Application
447448
UpdateReplacePolicy: Delete
448449
DeletionPolicy: Delete
449-
Type: AWS::Serverless::Application
450450
DependsOn:
451451
- UnicornWebEventBusArnParam
452452
Properties:

0 commit comments

Comments
 (0)