Skip to content

Commit

Permalink
chore: sqs integ
Browse files Browse the repository at this point in the history
  • Loading branch information
nmussy committed Dec 16, 2024
1 parent cc9a6bf commit 49936f1
Show file tree
Hide file tree
Showing 16 changed files with 180 additions and 177 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"Effect": "Allow",
"Principal": {
"Service": "sns.amazonaws.com"
"Service": "sns.af-south-1.amazonaws.com"
},
"Resource": {
"Fn::GetAtt": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"Effect": "Allow",
"Principal": {
"Service": "sns.amazonaws.com"
"Service": "sns.af-south-1.amazonaws.com"
},
"Resource": {
"Fn::GetAtt": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Condition": {
"ArnEquals": {
"aws:SourceArn": {
"Fn::ImportValue": "TestCaseDefaultRegionQueueDefaultRegionTopicTopicStack3DD93C94:ExportsOutputRefTopicBFC7AF6ECB4A357A"
"Fn::ImportValue": "TestCaseOptInRegionQueueOptInRegionTopicTopicStack0561E431:ExportsOutputRefTopicBFC7AF6ECB4A357A"
}
}
},
Expand All @@ -40,7 +40,7 @@
]
}
},
"QueueTestCaseDefaultRegionQueueDefaultRegionTopicTopicStackTopic4B65A873A2C0FF98": {
"QueueTestCaseOptInRegionQueueOptInRegionTopicTopicStackTopic48828F521516D678": {
"Type": "AWS::SNS::Subscription",
"Properties": {
"Endpoint": {
Expand All @@ -51,7 +51,7 @@
},
"Protocol": "sqs",
"TopicArn": {
"Fn::ImportValue": "TestCaseDefaultRegionQueueDefaultRegionTopicTopicStack3DD93C94:ExportsOutputRefTopicBFC7AF6ECB4A357A"
"Fn::ImportValue": "TestCaseOptInRegionQueueOptInRegionTopicTopicStack0561E431:ExportsOutputRefTopicBFC7AF6ECB4A357A"
}
},
"DependsOn": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Ref": "TopicBFC7AF6E"
},
"Export": {
"Name": "TestCaseDefaultRegionQueueDefaultRegionTopicTopicStack3DD93C94:ExportsOutputRefTopicBFC7AF6ECB4A357A"
"Name": "TestCaseOptInRegionQueueOptInRegionTopicTopicStack0561E431:ExportsOutputRefTopicBFC7AF6ECB4A357A"
}
}
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 49936f1

Please sign in to comment.