python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to handle ignored SNS messages
I am trying to implement a fanout architecture using AWS' SNS and SQS. There will be a FIFO topic and several FIFO queues subscribed to it each having its own filtering policies just like in this arti...
drew
Votes: 0
Answers: 1
AWS SnsClient.deleteTopic doesn't delete subscriptions
When I use the Java SNS lib provided by AWS and I use the function:
DeleteTopicResponse deleteTopic(DeleteTopicRequest deleteTopicRequest)
I expect the Topic to be deleted (which it does) and all the ...
Wollie
Votes: 0
Answers: 1
why is my notification channel (External table )null?
I have created a external table in snowflake with data in S3. and automated it with SNS.
I have created S3 integration object with 2 buckets (Bucket1 and BUcket 2).
I have created a SNS topic and subs...
Xi12
Votes: 0
Answers: 1
Can same topic be configured to multiple s3 buckets?
I am trying to refresh external table using SNS in snowflake.
I have followed this tutorial to refresh.
https://www.youtube.com/watch?v=PCNa3d6rMO0
it is working as expected.but when I use same topic ...
Xi12
Votes: 0
Answers: 1