SNS vs SQS Comparison? Whats the difference? | Learn with a practical example

  Рет қаралды 206,430

Be A Better Dev

Be A Better Dev

Күн бұрын

In this video I explain the key differences between SNS and SQS. I started by going over the features of both services, followed by a practical example.
Looking to get hands on experience building on AWS with a REAL project? Check out my course - The AWS Learning Accelerator! courses.beabet...
00:24 Feature Comparison of SNS vs SQS
02:57 SNS vs SQS Example
🎉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 Driver 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
What is SNS? • What is AWS SNS (Simpl...
📚 References:
- SNS Playlist - • AWS SNS Guides - Every...
- SQS Playlist - • AWS SQS Guides - Every...
- How to set up SNS + Lambda - • AWS SNS to Lambda Tuto...
- How to set up SQS + Lambda - • AWS SQS to Lambda Tuto...
- How to set up SNS + SQS - • AWS SNS to SQS Tutoria...
- Getting started with AWS: • Introduction to AWS | ...
- Great stackoverflow discussion - stackoverflow....
☁Topics covered include:
- SNS
- SQS
- SNS vs SQS
- SNS to Lambda
- SNS to Lambda Retry Policy
🌎 Find me here:
Twitter - / beabetterdevv
Instagram - / beabetterdevv
Patreon - Donations help fund additional content - / beabetterdev
#AWS
#SNS
#SQS

Пікірлер: 283
@SergioBerlinches
@SergioBerlinches 4 жыл бұрын
I came looking for copper and found gold. Thanks.
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Thank you sergio for such a kind comment!
@a_maxed_out_handle_of_30_chars
@a_maxed_out_handle_of_30_chars 3 жыл бұрын
same feeling :)
@shaziamuskaan1987
@shaziamuskaan1987 3 жыл бұрын
same!
@neidsonsouza
@neidsonsouza 3 жыл бұрын
I am felling the same.
@gomes8335
@gomes8335 2 жыл бұрын
Much precious than gold
@TomerBenDavid
@TomerBenDavid 4 жыл бұрын
I really like how you don't just repeat documentation bus get to the core of the thing! Another masterpiece!
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Thanks tomer!
@sf-spark129
@sf-spark129 2 жыл бұрын
Good explanation!! As an active user of AWS myself, I would like to add one thing here. SQS is not error-proof/fault-tolerant by itself in the event of a failure. It guarantees to deliver all messages to the next microservice by having a back-up option, called DLQ(Dead Letter Queue). When the SQS fails to deliver a message to the next microservice whether due to a source side issue or a destination side issue, it sends that message to the DLQ(it is basically another SQS). Then, you get to re-drive(re-play) that message once you locate and resolve the issue in the system. One caveat is that there is a maximum 14-day message expiration period in DLQ. Also, SNS can be subscribed by a streaming service like Kinesis FH.
@mikehulbert4411
@mikehulbert4411 3 жыл бұрын
Great explanation and love the fact that you explain the “why”...
@scottscott232
@scottscott232 2 жыл бұрын
2:16 - 2:47 - That was a penny dropping moment for me. What an excellent way to describe the difference. Many thanks.
@BeABetterDev
@BeABetterDev 2 жыл бұрын
So glad I was able to help you "get it" !
@ayeayyiu
@ayeayyiu 2 жыл бұрын
@@BeABetterDev You should be proud of yourself, you really do explain very clearly :)
@busyrand
@busyrand 6 ай бұрын
Brilliant explaintion of the reason why the service is used/relevant. Way to close strongly...
@stevencastro2238
@stevencastro2238 3 жыл бұрын
I can not thank you enough, for this video. This single video might be the reason i get my certification, when I do I promise to come back and make a generous donation your way. Thank you sir
@BeABetterDev
@BeABetterDev 3 жыл бұрын
You're very welcome Steven! I hope you do well on your exam. Thank you for your support, I really appreciate it!
@koikahi
@koikahi 3 жыл бұрын
Gold indeed!!...so articulate and to the point..in 10 minutes..wow!
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks Rahul!
@ahmedsalim784
@ahmedsalim784 3 ай бұрын
Thanks for the effort put into this video to make it easier for students to understand.
@oscarzuniga.personal
@oscarzuniga.personal 4 жыл бұрын
The best explanation for this two services. You rock!!
@BeABetterDev
@BeABetterDev 4 жыл бұрын
You're very welcome!
@HunterStanley-kv3je
@HunterStanley-kv3je Жыл бұрын
I'm a student studying for my Solutions Architect exam. I narrowly failed the first attempt and have been studying material and realized I didn't fully grasp the concepts and differences between the two. This video did so much that the AWS Academy did not in this regard, and I really appreciate that.
@dwaynem2523
@dwaynem2523 3 жыл бұрын
Finally a great video that fully explains the differences with a concrete use case. Thanks
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Glad it was helpful!
@monitumsgd
@monitumsgd 2 жыл бұрын
Thank you for this clear explanation with practical example. Thumbs up!
@BeABetterDev
@BeABetterDev 2 жыл бұрын
Glad you enjoyed Monit!
@yt.arunthakur
@yt.arunthakur 3 жыл бұрын
Wow you really made it so easy to understand
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks Arun! Glad you enjoyed :)
@serreealhamwi6393
@serreealhamwi6393 4 жыл бұрын
your explanation is perfect
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thank you Serree!
@wasimbadsha4342
@wasimbadsha4342 2 жыл бұрын
You did it smoothly. ☺️
@BeABetterDev
@BeABetterDev 2 жыл бұрын
Thank you!
@krishnar6749
@krishnar6749 3 жыл бұрын
Good Info; Better than many paid courses
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks Krishna!
@jefffrederick258
@jefffrederick258 3 жыл бұрын
Subscribed. Clearest example I've seen on SNS vs SQS
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks Jeff! Glad you enjoyed :)
@shailendrasawant1454
@shailendrasawant1454 4 жыл бұрын
Simply excellent. Well explained. Thank you 😊
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Thank you so much for the kind wrods!
@zubkat5196
@zubkat5196 3 жыл бұрын
Awesome explanation as usual
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks Zubka!
@user-ec4vi9ho1m
@user-ec4vi9ho1m 6 ай бұрын
Hey! Great explanation of SNS and SQS. I love you credit card transaction example since not better place than a transactional system to understand those concepts.
@krishnapraveen777
@krishnapraveen777 3 жыл бұрын
Real life examples are gold. Thanks brother.
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks Krishna! Glad you enjoyed :)
@yashpanicker256
@yashpanicker256 4 жыл бұрын
This is the best video I have seen on SNS and SQS. The practical example was especially helpful.
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Thank you Yash! Glad you enjoyed
@hamoudsk8972
@hamoudsk8972 4 жыл бұрын
Pretty good format and just exactly what i wanted , clear explanation good use case examples , just perfect . Thank you
@BeABetterDev
@BeABetterDev 4 жыл бұрын
You're welcome!
@StarContract
@StarContract 2 жыл бұрын
My search for the best tutorial stops here
@alpha_ray_burst
@alpha_ray_burst 3 жыл бұрын
FANTASTIC video, holy geez man. Brain expanded. Like... I just came here because I wanted to know about SQS, but I was taught about SQS, SNS, and proper application architecture in a way that I will actually remember it. DAYUM. Thank you! Can you do a video about Origin Access Identities?
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks Adam, really glad you enjoyed! I'll look into a video on OAI - cheers!
@pauls60r
@pauls60r 3 жыл бұрын
This is the best explanation and practical example of SNS/SQS!
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks so much paul!
@MightyMike55
@MightyMike55 3 жыл бұрын
Great explanation and example
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks so much Michael!
@davidalexander8786
@davidalexander8786 Жыл бұрын
SNS is a stateless message service and sqs is a state-full service that queue messages to decouple big APIS into a distributed system that can be resilient to lots of recurrent tasks
@ajayvishwakarma6943
@ajayvishwakarma6943 3 жыл бұрын
best explanation of SNS and SQS
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Glad you enjoyed!
@erekriccobuano6141
@erekriccobuano6141 Жыл бұрын
Awesome explanation. Now I get it.
@BeABetterDev
@BeABetterDev Жыл бұрын
Glad it helped!
@vctorroferz
@vctorroferz 2 жыл бұрын
incredible great explanation ! thanks for such wonderufl content!
@BeABetterDev
@BeABetterDev 2 жыл бұрын
You're very welcome Victor!
@bagyalakshmi72
@bagyalakshmi72 10 ай бұрын
Thank you for the explanation with example and telling about the pros and cons of each method :)
@anuragsoni2256
@anuragsoni2256 3 жыл бұрын
Thanks for this good practical example.
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Glad it was helpful!
@nirmesh44
@nirmesh44 4 жыл бұрын
best explanation ever.
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Glad it was helpful!
@alcap6145
@alcap6145 4 жыл бұрын
Best explanation ever. I wish I would have found this video before I studied and passed my Solutions architect LOL
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Glad you liked it!
@jasongodmere9882
@jasongodmere9882 2 жыл бұрын
Fantastic job, I was about ready to throw my laptop trying to get a solid use case for these tools
@BeABetterDev
@BeABetterDev 2 жыл бұрын
You're very welcome Jason!
@preetbenipal1034
@preetbenipal1034 3 жыл бұрын
wow explanation one of best explanation of use case of SNS SQS in such a short time ..fully recommended ..thank you :)
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Glad it was helpful!
@joswayski
@joswayski 3 жыл бұрын
Great example thank you
@BeABetterDev
@BeABetterDev 3 жыл бұрын
You're very welcome Jose!
@glennadams7047
@glennadams7047 4 жыл бұрын
Really helped me to understand how/why SNS. Nice slide too.
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Thanks Glenn! Glad I was able to help.
@glennadams7047
@glennadams7047 4 жыл бұрын
@@BeABetterDev Studying for the AWS Dev Cert, and these vids reinforce what I read in the documentation :-) Thanks again.
@samikshasharma3544
@samikshasharma3544 10 ай бұрын
What a clear demonstration it is!!!
@Cusifaii
@Cusifaii 3 жыл бұрын
Very clear explanation. The use of practical cases is key, thank youi for that.
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Glad it was helpful!
@chrisone8283
@chrisone8283 2 жыл бұрын
Great explanation thank you!
@BeABetterDev
@BeABetterDev 2 жыл бұрын
You're very welcome!
@ericz8086
@ericz8086 Жыл бұрын
Fantastic explanation for both services, thank you!
@aldnav
@aldnav 6 ай бұрын
Best explainer vid by far.
@cazino4
@cazino4 3 жыл бұрын
Great video, clear concise and informative. Would like to see a video that compares SNS to Kafka....
@janithmalinga5765
@janithmalinga5765 7 ай бұрын
Very good practicle example.
@jasimali2467
@jasimali2467 3 жыл бұрын
pure gold, very nicely explained
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks Jasim! Glad you enjoyed.
@vivrd
@vivrd 4 жыл бұрын
i loved the use case which clears the picture of the usage of both types of services. thanks.
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Thanks Ritesh!
@taraprasaddash4011
@taraprasaddash4011 4 жыл бұрын
Very clear explanation. Thanks for your good work.
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Thanks Tara! Really appreciate the support.
@kazimir9576
@kazimir9576 3 жыл бұрын
Great example, thanks for this video
@BeABetterDev
@BeABetterDev 3 жыл бұрын
You're very welcome!
@jhonnyyamaniha6033
@jhonnyyamaniha6033 4 ай бұрын
Thank you! Great explaination and great example!
@markuspxpx
@markuspxpx 2 жыл бұрын
Thank you very much !
@mr_phamtastic
@mr_phamtastic 2 жыл бұрын
i really enjoy your explanation and practical examples!
@BeABetterDev
@BeABetterDev 2 жыл бұрын
Thanks Paul!
@saeedshazad9223
@saeedshazad9223 4 жыл бұрын
you are awsome. never understood SNS /SQS till this lecture. you need to be Amazon Instructor
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Thank you! One day :P
@shilpthapak7823
@shilpthapak7823 3 жыл бұрын
This is Gold!! Thanks for explaining.
@BeABetterDev
@BeABetterDev 3 жыл бұрын
You're very welcome Shilp!
@pemessh
@pemessh 3 жыл бұрын
Damn this literally is the best video for this topic. Loved it.
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks Pramesh! Glad you enjoyed.
@MartinPerez-mi1ty
@MartinPerez-mi1ty 2 жыл бұрын
I am so glad that i discovered your channel
@nirmaltripathy3226
@nirmaltripathy3226 Жыл бұрын
Awesome explanation
@BeABetterDev
@BeABetterDev Жыл бұрын
Glad you think so!
@innocentmutyavaviri8205
@innocentmutyavaviri8205 3 жыл бұрын
Well explained example
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks!
@SuperCapitalt
@SuperCapitalt 2 жыл бұрын
This is amazing explanation!!! Thank you so much!
@BeABetterDev
@BeABetterDev 2 жыл бұрын
You're very welcome Nuni!
@emilehoffman8425
@emilehoffman8425 3 жыл бұрын
Very Good and well presented.. Gracis!!!
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Glad it was helpful!
@Laserstube
@Laserstube 2 жыл бұрын
Very good explained 👍
@BeABetterDev
@BeABetterDev 2 жыл бұрын
Thanks!
@mousumisinha4039
@mousumisinha4039 3 жыл бұрын
Ok now I can definitely say what my application needs 🔥
@babusivaprakasam9846
@babusivaprakasam9846 4 жыл бұрын
Clear explaination
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Thanks babu!
@avinashch3359
@avinashch3359 4 жыл бұрын
Quite a good Explanation with example.
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Glad it was helpful!
@hdang1997
@hdang1997 3 жыл бұрын
You just gave me a final year project idea. Gracias!
@virunpatolankitkunchai4179
@virunpatolankitkunchai4179 4 жыл бұрын
This is awesome! The example is well explained. Thank you so much for doing this!!
@BeABetterDev
@BeABetterDev 4 жыл бұрын
You're very welcome!
@harshverm776
@harshverm776 3 жыл бұрын
Excellent Explaination....
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks Harsh!
@yulia0g
@yulia0g Жыл бұрын
awesome video, very clear and well explained
@srinivasprs
@srinivasprs 3 жыл бұрын
Excellent video. Cleared my basics on SNS and SQS before going to my AWS SA Exam in next two days. Thank you :)
@BeABetterDev
@BeABetterDev 3 жыл бұрын
You're very welcome sriniva! Good luck!
@TheKiteDiary
@TheKiteDiary 4 жыл бұрын
Great one. The example helps a lot! Thank you
@BeABetterDev
@BeABetterDev 4 жыл бұрын
You're so welcome!
@worldofafrontenddeveloper9187
@worldofafrontenddeveloper9187 3 жыл бұрын
Thanks for making this video 👏
@BeABetterDev
@BeABetterDev 3 жыл бұрын
You're very welcome Rimika!
@rohitdhankar360
@rohitdhankar360 4 жыл бұрын
@8:00 - When we process a certain message from the SQS Que --- we delete that Message so that No other POLLERS can receive it .
@LuisRivera-mh7gv
@LuisRivera-mh7gv 3 жыл бұрын
Heyyyy!!! Appreciate you sharing this!!! I was having a hard time digesting it! This is clearer thanks to you! Subscribed already!
@BeABetterDev
@BeABetterDev 3 жыл бұрын
You're very welcome Luis! Thanks for your continued support :)
@widadaid
@widadaid 3 жыл бұрын
Great explanation, thanks! :)
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks so much Juara!
@user-tn9py4kx8n
@user-tn9py4kx8n Жыл бұрын
This is really useful. Thanks!
@wenzwenzel2529
@wenzwenzel2529 4 жыл бұрын
Perfect. Super helpful.
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Glad to hear it!
@girishmallya9950
@girishmallya9950 3 жыл бұрын
Nice explanation!
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks Girish!
@AlvinC-sz3li
@AlvinC-sz3li 2 жыл бұрын
A fun fact is you can unsubscribe an SNS with a URL link, without any auth. For example, if you post the URL to Slack, Slack will try to load the preview by clicking it, then you have the SNS unsubscribed.
@BeABetterDev
@BeABetterDev 2 жыл бұрын
Great point G O. I feel like this is a bit of an oversight by the AWS team. Unsubscribe URLs should really require some kind of authorization.
@oguzhan1191
@oguzhan1191 4 жыл бұрын
Great one. Thank you. I have a question for you. Should we use SQS in a Lambda Function? For example, SNS invokes a lambda and lambda uses sqs.
@BeABetterDev
@BeABetterDev 4 жыл бұрын
SQS -> Lambda is typically a better choice since it provides fault tolerance and easy recovery in case your Lambda starts erroring out. This can't be guaranteed using SNS -> Lambda.
@oguzhan1191
@oguzhan1191 4 жыл бұрын
So you mean, Sqs should invoke the lambda right? What is the best way to implement SQS, I mean for example we can use SQS in a WorkerService(www.stevejgordon.co.uk/what-are-dotnet-worker-services) is it a better approach?
@shashikantdivekar7839
@shashikantdivekar7839 2 жыл бұрын
Very nicely presented and made things clear. Thank you Sir.
@AbyssWiZ4rD
@AbyssWiZ4rD 3 жыл бұрын
Very clear explanation, thanks for sharing!
@rohitdhankar360
@rohitdhankar360 4 жыл бұрын
@6:00 - Transaction Analytics service on EC2 becomes aware that an EVENT has been added to the SQS Que . .... excellent content thanks :)
@HeavensMeat
@HeavensMeat 4 жыл бұрын
Not sure I understand 8:40 mark, you're saying if a lambda is subscribed to SNS, you can potentially lose the message if there is a problem with your logic whereas in SQS you do not... So what is the advantage to lambda? I'm guessing that it is that lambda runs right away vs waiting for some service to poll it to send that reminder service (which would take longer) Another question I have is, how do you ensure a message gets processed when it is decoupled? Let's say one of them didn't process, then wouldn't you have to repub the SNS topic which would send it to all the other processes subscribed and then you would have duplicate messages sent to the ones that didn't mess up which would just be a different assortment of issues?
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Hi HeavensMeat, Good questions! Regarding the first one (message loss via SNS -> Lambda): As per aws.amazon.com/sns/faqs/#Reliability - "If Lambda is not available, SNS will retry 2 times at 1 seconds apart, then 10 times exponentially backing off from 1 seconds to 20 minutes and finally 38 times every 20 minutes for a total 50 attempts over more than 13 hours before the message is discarded from SNS." Effectively this means your message could be potentially lost if your lambda starts failing. Regarding ensuring a message gets processed: You are quite right that if one of your subscribers fails, you potentially would need to republish to the source SNS which can cause problems for other clients as you described. In order to prevent this, clients should always be able to handle message de-duplication either by using timestamp comparisons or some kind of versioning system to ensure they can handle this situation. There are of course other options such as invoking the affected client manually through some kind of script with the backlog of data that they failed to process.
@HeavensMeat
@HeavensMeat 4 жыл бұрын
@@BeABetterDev That was very informative, thanks so much for responding!
@BeABetterDev
@BeABetterDev 4 жыл бұрын
No problem!
@yumlive5698
@yumlive5698 3 жыл бұрын
wow, nicely presented and explained!
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks John! Glad you enjoyed :)
@jivanmainali1742
@jivanmainali1742 3 жыл бұрын
aws sns seems to be same as that of kafka and rabbit mq
@LeonidasPapoulakis
@LeonidasPapoulakis 4 жыл бұрын
An excellent example, keep up the good work! We need more videos like this!
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Thanks Leonidas! More to come!
@SemenAlexndrovich
@SemenAlexndrovich 2 жыл бұрын
Thank you so much, sir! Great video!
@BeABetterDev
@BeABetterDev 2 жыл бұрын
You're very welcome Semyon!
@bharatpatidar3693
@bharatpatidar3693 3 жыл бұрын
You are a Gem Brother
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thank you my friend :)
@sowellmemo
@sowellmemo 4 жыл бұрын
Thank you. Well explained.
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Glad you liked it!
@muhammadyaqoob9777
@muhammadyaqoob9777 4 жыл бұрын
nicely explained!! thanks and really appreciate you sharing this!
@BeABetterDev
@BeABetterDev 4 жыл бұрын
You are very welcome!
@markusfeljofsen8345
@markusfeljofsen8345 2 жыл бұрын
What an awesome explanation! Love it.
@vinayaknawale1015
@vinayaknawale1015 4 жыл бұрын
True very simple and nice explanation ni was looking for and finally got it here and SUBSCRIBED !!?
@BeABetterDev
@BeABetterDev 4 жыл бұрын
Welcome aboard!
@vimalm2064
@vimalm2064 2 жыл бұрын
Thank you Sir, Awesome explanation
@justfair4181
@justfair4181 3 жыл бұрын
Best explanation. Claps
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thank you!
@VaisakhParannattilCherul
@VaisakhParannattilCherul Жыл бұрын
Really useful video I should admit, Keep rocking with such amazing content!
@cheribgh275
@cheribgh275 3 жыл бұрын
You are really Awsome!!!! thanks a lot for the informative videos about AWS.
@BeABetterDev
@BeABetterDev 3 жыл бұрын
Thanks Shahrzad! And you're very welcome!
@NP96
@NP96 2 жыл бұрын
Thanks, really helpful to me
@islamh6042
@islamh6042 10 ай бұрын
A very defined real Credit Card Transaction example, thanks a lot man. I hope I know your name : )
AWS SQS vs SNS vs EventBridge - When to Use What?
22:37
Be A Better Dev
Рет қаралды 175 М.
AWS EC2 vs ECS vs Lambda | Which is right for YOU?
16:50
Be A Better Dev
Рет қаралды 186 М.
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 7 МЛН
Blue Food VS Red Food Emoji Mukbang
00:33
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 33 МЛН
Glow Stick Secret Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 18 МЛН
I Took a LUNCHBAR OFF A Poster 🤯 #shorts
00:17
Wian
Рет қаралды 15 МЛН
Introduction to AWS Services
38:54
AWS with Chetan
Рет қаралды 2,2 МЛН
AWS SNS Vs SQS Vs EventBridge In 2024 | When To Use What?
16:26
Cloud With Raj
Рет қаралды 5 М.
SNS And SQS Deep Dive | SNS Vs SQS | Standard Vs FIFO | Use Cases
15:05
AWS EC2 vs Lambda | Whats the difference? Pros and Cons?
19:51
Be A Better Dev
Рет қаралды 125 М.
Clean Architecture vs Domain-Driven Design (DDD) - Understand the Difference
11:26
AWS EC2 on ECS vs Fargate | Whats the Difference and When To Use What?
14:54
AWS DynamoDB Schema Design | How to choose the right key
12:15
Be A Better Dev
Рет қаралды 210 М.
The only Cloud services you actually need to know
17:17
NeetCodeIO
Рет қаралды 125 М.
Containers vs VMs: What's the difference?
8:08
IBM Technology
Рет қаралды 757 М.
Top 50+ AWS Services Explained in 10 Minutes
11:46
Fireship
Рет қаралды 1,5 МЛН
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 7 МЛН