Skip to content

Commit 5e3d0df

Browse files
committed
commented out subscription stack, failing cfn builds
1 parent b66d8fd commit 5e3d0df

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

unicorn_web/template.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -464,16 +464,16 @@ Resources:
464464
Stage: !Ref Stage
465465

466466
# CloudFormation Stack with the Cross-service EventBus Rules for Web Service
467-
SubscriptionsStack:
468-
Type: AWS::Serverless::Application
469-
UpdateReplacePolicy: Delete
470-
DeletionPolicy: Delete
471-
DependsOn:
472-
- UnicornWebEventBusArnParam
473-
Properties:
474-
Location: "integration/subscriptions.yaml"
475-
Parameters:
476-
Stage: !Ref Stage
467+
# SubscriptionsStack:
468+
# Type: AWS::Serverless::Application
469+
# UpdateReplacePolicy: Delete
470+
# DeletionPolicy: Delete
471+
# DependsOn:
472+
# - UnicornWebEventBusArnParam
473+
# Properties:
474+
# Location: "integration/subscriptions.yaml"
475+
# Parameters:
476+
# Stage: !Ref Stage
477477

478478
Outputs:
479479
#### API GATEWAY OUTPUTS

0 commit comments

Comments
 (0)