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)
SQS - all messages goes into flight even when maxNumberOfMessages is set to 1
I have a defined pod scaling based on the number of messages in sqs. And i want each pod to process 1 message.
So if i have 3 messages, i will have 3 pods and each processing 1 message.
This is how i ...
Andromeda
Votes: 0
Answers: 1
AWS Cloudformation fails when I provide a QueueName
There is this behaviour I have observed sometimes with Cloudformation in AWS.
Description: Something here....
Parameters:
StackName:
Description: reference the StackName
Type: String
Stag...
amitection
Votes: 0
Answers: 0
SQS Health check
Since SQS is one of the AWS managed service, I do not have to worry about the availability.
But how about monitoring the health of the SQS? Any way we could gain some visibility over the SQS service t...
immanuel A
Votes: 0
Answers: 1
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