File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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
478478Outputs :
479479 # ### API GATEWAY OUTPUTS
You can’t perform that action at this time.
0 commit comments