WHAT IS THE DIFFERENCE? - SQS / SNS / EVENTBRIDGE / KINESIS

Поделиться
HTML-код
  • Опубликовано: 14 янв 2025

Комментарии • 39

  • @lautarofigueroa
    @lautarofigueroa Год назад +1

    Awesome explanation! This is exactly what I have been looking for.

  • @codenjourney6656
    @codenjourney6656 4 года назад +2

    That clarity in explaining is just simple amazing. Long live Marcia

  • @adambuchalik4829
    @adambuchalik4829 Год назад +1

    Thanks, simple, logical explanation of use cases.👍

  • @chilledoutarmix
    @chilledoutarmix Год назад +1

    Great video. Would love to see an overview on Apache Pulsar

  • @rohithdiya
    @rohithdiya Год назад +1

    Great talk Thank you

  • @alambertt
    @alambertt 2 года назад +1

    Excelent like ever Marcia

  • @hapa3819
    @hapa3819 4 года назад +1

    Yes, great video! Very clear, on the point explanation. In just 20min I really got to know everything I needed to know, to understand what each service does, what their differences are, how they can work together within a micro service/serverless architecture, etc. Thank you!

    • @foobar_codes
      @foobar_codes  4 года назад

      Happy to hear that you enjoy it 🌸

  • @agdirdev6115
    @agdirdev6115 3 года назад +1

    Perfect as always

  • @RealWorldMusicTheory
    @RealWorldMusicTheory 4 года назад +1

    Thanks! I finally understood what all these event services are for. Great explanation.

  • @robinvarghese6745
    @robinvarghese6745 4 года назад +1

    You are an awesome teacher, made is so simple to understand. Thank you very much

  • @diegomarzo4001
    @diegomarzo4001 4 года назад +1

    Really good video, very good explanations and examples. Subscribing!

  • @muhammadaijaz2487
    @muhammadaijaz2487 4 года назад +3

    Great Topic.

  • @kathiateran5826
    @kathiateran5826 3 года назад

    Gracias Marcia!!

  • @philipbelder
    @philipbelder 4 года назад +1

    Many thanks, pure gold!

  • @rickgeyer9685
    @rickgeyer9685 2 года назад +1

    Hi. Great video. Quick question for you: if I have an application that processes real-time data, is it going to be a lot faster if I just use websockets rather than using kinesis? Or can Kinesis be configured to be just about as fast? Many thanks for your response, and I enjoyed your videos. I've seen several of them now.

  • @chappixs
    @chappixs 2 года назад +1

    Great Video

  • @ahmadbaderkhan598
    @ahmadbaderkhan598 3 года назад +1

    You're a legend !!

  • @rishishendre2008
    @rishishendre2008 Год назад +1

    great video

  • @arbi2fr
    @arbi2fr 4 года назад

    Muchas gracias senorita Marcia

  • @raghav4296
    @raghav4296 4 года назад +1

    This is great! Thanks.

  • @jpablonov
    @jpablonov 4 года назад

    Hi, Marcia. First, thank you for your great explanation!. I would like to ask you If you 've had duplicate message using standard queue and lambda as multiple consumer.

  • @MarcoAntonio-dl3xj
    @MarcoAntonio-dl3xj 4 года назад

    Thank u very useful information 👍 It would be awesome that u could explain more services and use cases to us.

  • @miracaknar9549
    @miracaknar9549 4 года назад +1

    Thanks for the video, it is really helpful. There is one thing I want to ask. I can push a message to an SNS topic from different lambda functions or EC2 instances. Are you sure that SNS topics are 1 -> Many? There can be many different message sources to a topic.

    • @foobar_codes
      @foobar_codes  4 года назад

      you can have one event source and multiple targets. aws.amazon.com/sns/features/

  • @andreip.8321
    @andreip.8321 2 года назад

    very useful examples, but you know what would help even more? create small workflow diagrams, so it makes these concepts easier to understand for visual people. for example, this is something that I like on Be A Better Dev channel, he takes time to create these diagrams/flows and it's so much better to understand the architecture and follow it as he goes into details.

  • @luisantonio2273
    @luisantonio2273 3 года назад +1

    En español deberia haber sido, seria bueno que lo lances en español tambien

  • @jigneshpatel5372
    @jigneshpatel5372 4 года назад

    If you can add real time example and put it on a chart or something it will be easy to understand. I was hearing your lecture but getting lost in the middle. Example always help. Otherwise very good job.

  • @jpablonov
    @jpablonov 4 года назад +1

    Hi, Marcia. First, thank you for your great explanation!. I would like to ask you If you 've had duplicate message using standard queue and lambda as multiple consumer.

    • @foobar_codes
      @foobar_codes  4 года назад +2

      that is why your functions should always be idempotent.
      distributed system need to be able to handle duplicated messages