AWS SQS FIFO Queues Overview and Demonstration
HTML-код
- Опубликовано: 7 фев 2025
- SQS FIFO queues are an effective way to ensure in-order message processing for distributed systems. In this video, I overview the SQS fifo feature including what it is and how it works. I also cover core concepts including message de-duplication and message grouping. Finally, we head over into the console where we create an SQS queue and test its features.
Sign up for my Newsletter to receive regular AWS updates mailinglist.be...
📚 My Courses 📚
AWS Lambda - A Practical Guide - www.udemy.com/...
🎉SUPPORT BE A BETTER DEV🎉
Become a Patron: / beabetterdev
📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚
Clean Code - amzn.to/37T7xdP
Clean Architecture - amzn.to/3sCEGCe
Head First Design Patterns - amzn.to/37WXAMy
Domain Driven Design - amzn.to/3aWSW2W
Code Complete - amzn.to/3ksQDrB
The Pragmatic Programmer - amzn.to/3uH4kaQ
Algorithms - amzn.to/3syvyP5
Working Effectively with Legacy Code - amzn.to/3kvMza7
Refactoring - amzn.to/3r6FQ8U
🎙 MY RECORDING EQUIPMENT 🎙
Shure SM58 Microphone - amzn.to/3r5Hrf9
Behringer UM2 Audio Interface - amzn.to/2MuEllM
XLR Cable - amzn.to/3uGyZFx
Acoustic Sound Absorbing Foam Panels - amzn.to/3ktIrY6
Desk Microphone Mount - amzn.to/3qXMVIO
Logitech C920s Webcam - amzn.to/303zGu9
Fujilm XS10 Camera - amzn.to/3uGa30E
Fujifilm XF 35mm F2 Lens - amzn.to/3rentPe
Neewer 2 Piece Studio Lights - amzn.to/3uyoa8p
💻 MY DESKTOP EQUIPMENT 💻
Dell 34 inch Ultrawide Monitor - amzn.to/2NJwph6
Autonomous ErgoChair 2 - bit.ly/2YzomEm
Autonomous SmartDesk 2 Standing Desk - bit.ly/2YzomEm
MX Master 3 Productivity Mouse - amzn.to/3aYwKVZ
Das Keyboard Prime 13 MX Brown Mechanical- amzn.to/3uH6VBF
Veikk A15 Drawing Tablet - amzn.to/3uBRWsN
🌎 Find me here:
Twitter - / beabetterdevv
Instagram - / beabetterdevv
Patreon - Donations help fund additional content - / beabetterdev
#aws
#sqs
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.
thanks for content, great as usual
My pleasure!
Nice one. Is there anything left in this tutorial about SQS?
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!
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!
thank you for the video
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?
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