AWS re:Invent 2019: [REPEAT 1] Moving to event-driven architectures (SVS308-R1)

Поділитися
Вставка
  • Опубліковано 20 сер 2024

КОМЕНТАРІ • 20

  • @loganpowell
    @loganpowell 3 роки тому +8

    The best talk on the subject from AWS I've seen. Thank you!
    Jump to TLDR: 42:34

  • @andreadiotallevi5780
    @andreadiotallevi5780 Рік тому

    Excellent talk! Loved the pace, specificity and honesty!

  • @himanshugta1724
    @himanshugta1724 3 роки тому +8

    Great video, I really like how the content was explained in a very generalised way and not specific to any technology out there.

  • @yigidovic
    @yigidovic 3 роки тому +1

    You did a great job while explaining complex details in a simple way - thanks for sharing them! As a PM comes from non-CS background, I get the basics of event driven architecture thanks to this video 🎉

  • @JenilCalcuttawala
    @JenilCalcuttawala 3 роки тому

    This is really a good 101 to the Event-Driven Architecture. Fantastic...!

  • @YazadIrani
    @YazadIrani 2 роки тому +1

    Great talk..lots of valid points 👍.. just wish you guys would upload timestamps too!

  • @CodyRedmond
    @CodyRedmond 3 роки тому

    Great presentation! Clear, informative, and entertaining 😄

  • @kitulinokitulino3360
    @kitulinokitulino3360 3 роки тому

    Great presentation !

  • @Butcheren0
    @Butcheren0 4 роки тому

    Really good presentation! Clear and concise! Thanks!

  • @thegrumpydeveloper
    @thegrumpydeveloper 3 роки тому +3

    Was sweating during the message json vs binary worried I was going to have to learn to parse binary messages.

  • @1testrad
    @1testrad 2 роки тому

    Thanks...

  • @emelinainocencio2674
    @emelinainocencio2674 2 роки тому

    Loop

  • @lepidoptera9337
    @lepidoptera9337 3 роки тому

    Events are a horrible idea for almost anything. You don't use events, except when you absolutely have to.

    • @cristianpallares3847
      @cristianpallares3847 2 роки тому

      Why you think so?

    • @lepidoptera9337
      @lepidoptera9337 2 роки тому

      @@cristianpallares3847 Overhead, if nothing else. Scheduling conflicts. It's like interrupts but without the priority hardware. And yes, interrupts are a horrible idea, unless you absolutely have to.

    • @coderider3022
      @coderider3022 Рік тому +1

      Yes, I have an architect which thinks we need a full blown event driven architecture to submit a json message then perform a 2nd action if it succeeds. I think we should look more at durable / step functions on small scale.

    • @lepidoptera9337
      @lepidoptera9337 Рік тому

      @@coderider3022 Convince your architect that he is wrong, get rid of him or find a new job.