It'll be great if you could add a video in which you showcase how to put in the message into SNS using let's say a lambda function. Thanks for all these great videos it really helps a lot.
hi thanks for the video.!! one question, I have a scenario like this: - using groups - batch of 5 - no deadletter queue - 3 messages in group A - 10 messages in group B If the first message in group A cannot be processed, all messages in A are blocked. What happens with messages in B? we learnt that the batch picks up messages from both. Are messages in B processed correctly if they're in the same batch? Thanks!
Hey bro What if fifo queue has A1, A2 messages in same group and thread 1 pulls A1 but still not delete message yet, if thread 2 pulls whether message A2 is returned or it’s empty?
hey i wanted to ask about the examples you showed in ?t=11m00s . if i want to have groups but wishing for each group to work as if it single group id solution , for example i want each of the a's to happen one at a time and each of the b's to happend one at a time but i do want that a1 and b1 will run together , what will you recommend to me?
It'll be great if you could add a video in which you showcase how to put in the message into SNS using let's say a lambda function.
Thanks for all these great videos it really helps a lot.
hi thanks for the video.!! one question, I have a scenario like this:
- using groups
- batch of 5
- no deadletter queue
- 3 messages in group A
- 10 messages in group B
If the first message in group A cannot be processed, all messages in A are blocked. What happens with messages in B? we learnt that the batch picks up messages from both. Are messages in B processed correctly if they're in the same batch?
Thanks!
Nice one. Is there anything left in this tutorial about SQS?
thanks for content, great as usual
My pleasure!
Some info on how to use FIFO SQS with S3 Events (as they can't be directly triggered with bucket notifications) could help people as well!
I see fifo queues don’t have redrive policy , how can we reprocess messages in fifo dlq ?
Hey bro
What if fifo queue has A1, A2 messages in same group and thread 1 pulls A1 but still not delete message yet, if thread 2 pulls whether message A2 is returned or it’s empty?
thank you for the video
hey i wanted to ask about the examples you showed in ?t=11m00s . if i want to have groups but wishing for each group to work as if it single group id solution , for example i want each of the a's to happen one at a time and each of the b's to happend one at a time but i do want that a1 and b1 will run together , what will you recommend to me?
Do lifo plz