AWS re:Invent 2021 - Building next-gen applications with event-driven architectures

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

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

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

    The final part of the Taco Bell segment resonates. Serverless does make it easier to involve more people in a meaningful and productive fashion on a project.

  • @Loige
    @Loige 2 года назад +2

    Really cool to seeing Middy being mentioned here! 🎉

  • @twonderman
    @twonderman 2 года назад +2

    I would say the choreography approach (in this case) had poor cohesion rather than being too loosely coupled. It seems like the order process would need to have some sort of cohesive/centralized state to protect any invariants. For instance, can an order ever be delivered before it's placed? Can an order be both cancelled and delivered? Can an order be delivered three times?
    Out of curiosity, do you store the state of the order outside of Step Functions?

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

    Great talk, Robbie!

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

    very clear. Good comparison.

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

    Great talk, thanks!!!!

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

    26:06 - If every message needs to call Database to check if it's duplicated, isn't it a limit of efficiency?

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

      reading data from a database (a simple select id where id = x) is really not an expensive statement in terms of resource/time consumption

  • @phanuwatwattanapraya7998
    @phanuwatwattanapraya7998 2 года назад

    Thank you so much