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

Поделиться
HTML-код
  • Опубликовано: 24 июл 2024
  • Event-driven architectures are getting a lot of attention. We have recently invested in tools and infrastructure to make event-driven architectures easier to implement and operate. In this session, we discuss what events are, why the community is increasingly interested in event-centric applications, and what’s new in the domain and with AWS in particular. In addition, we discuss the challenges that still face us and our customers. By the end of this session, you understand the key principles and benefits of being event-driven.

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

  • @loganpowell
    @loganpowell 3 года назад +8

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

  • @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.

  • @andreadiotallevi5780
    @andreadiotallevi5780 Год назад

    Excellent talk! Loved the pace, specificity and honesty!

  • @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...!

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

    Really good presentation! Clear and concise! Thanks!

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

    Great presentation! Clear, informative, and entertaining 😄

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

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

  • @thegrumpydeveloper
    @thegrumpydeveloper 3 года назад +3

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

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

    Great presentation !

  • @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.