All Questions
5 questions
1
vote
1
answer
821
views
SNS Filter policy hitting limit error after quota increase
I have this scenario where my SNS subscription has one filter policy with 150 values in it. I know there is cap on the value, so I have requested AWS for quota increase but even after the increased ...
1
vote
1
answer
2k
views
Is there a way to filter with AWS SNS filter policies from the message body to SQS queues?
I have a general question about SNS filter policies. I know that the filter policies filter based on the Message Attributes. If we wanted to filter based on the body, is there a work around to do so?
...
-1
votes
1
answer
447
views
How to get a node from a complex nested JSON response in Python
Hi I've a nested JSON response, need to get specific node(obviously, a nested structure). In the below given example, assume it is 'body', if it does not contain any inner nodes then return the same ...
0
votes
1
answer
1k
views
SNS SQS fanout architecture
Looking at the documentation for this pattern it says
The Amazon SQS message contains the subject and message that were published to the topic along with metadata about the message in a JSON ...
3
votes
3
answers
22k
views
AWS SQS JSON format when receiving message from SNS with Ruby SDK
I have an SQS queue which is subscribed to a SNS topic. When I publish a new notification to the topic, I use the following code (within a Sinatra app):
jsonMessage = {
"announcement" => { ...