Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

create topic subscriptions on consuming side #25

Merged
merged 3 commits into from
Jun 25, 2019

Commits on Jun 25, 2019

  1. create topic subscriptions on consuming side

    To avoid cyclic references [1], we need to create
    SNS subscriptions on the conuming stack instead of the
    topic's stack.
    
    This change implements a workaround to the issue.
    
    aws/aws-cdk#3064
    Elad Ben-Israel committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    0a5826c View commit details
    Browse the repository at this point in the history
  2. remove double quotes

    Elad Ben-Israel authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    0e121c5 View commit details
    Browse the repository at this point in the history
  3. load .env

    Elad Ben-Israel authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    cfb18f9 View commit details
    Browse the repository at this point in the history