-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated SNS topics imports. Updated post_processing to manage list (#656
- Loading branch information
1 parent
41adaed
commit 95ae027
Showing
7 changed files
with
142 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
x-sns: | ||
abcd: | ||
Properties: {} | ||
Services: | ||
app01: | ||
Access: Publish | ||
youtoo: | ||
Access: Publish | ||
|
||
|
||
someothertopic: | ||
Properties: | ||
Subscription: | ||
- Endpoint: x-sqs::queueA::Arn | ||
Protocol: "sqs" | ||
- Endpoint: x-sqs::queueC::Arn | ||
Protocol: "sqs" | ||
TopicName: "SampleTopic" | ||
|
||
|
||
x-sqs: | ||
queueA: {} | ||
queueC: | ||
Properties: | ||
FifoQueue: true | ||
Services: | ||
rproxy: | ||
Access: RWMessages | ||
youtoo: | ||
Access: RWMessages |