AWS re:Invent 2020: Scalable serverless event-driven architectures with SNS, SQS & Lambda

Поділитися
Вставка
  • Опубліковано 8 тра 2024
  • Event-driven serverless architectures enable your applications to seamlessly scale to burst so they can handle virtually any demand benefiting from pay-as-you-go pricing and minimal operational overhead. Join this session to learn architecture patterns and best practices for composing end-to-end architectures with queues, publish/subscribe topics, and front-end APIs paired with AWS Lambda-based on-demand and automatic scaling serverless event processing. You learn guiding principles for building optimal event-driven architectures with considerations for delivery and ordering guarantees, event consumption models, and infrastructure cost. AWS services featured in this session include Amazon SNS, Amazon SQS, and AWS Lambda.
    Learn more about re:Invent 2020 at bit.ly/3c4NSdY
    Subscribe:
    More AWS videos bit.ly/2O3zS75
    More AWS events videos bit.ly/316g9t4
    #AWS #AWSEvents

КОМЕНТАРІ • 25

  • @ronaldhill944
    @ronaldhill944 2 роки тому +2

    Fantastic detail on this presentation. Comparisons helped clarify when to use SNS vs SQS. Great presentation!

  • @vijaygharge2414
    @vijaygharge2414 3 роки тому +2

    Thoroughly explained ! Thanks for video

  • @MrMikeParty
    @MrMikeParty 2 роки тому +2

    Thank you for this video, very well explained.

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

    Great detailed end to end implementation

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

    One of the best and short :) thx!

  • @PavanSibal
    @PavanSibal 2 роки тому +2

    Fantastic insight! Thanks Justin.

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

    really in depth, super thanks

  • @md.amanullah2339
    @md.amanullah2339 Рік тому

    Thanks for in-depth explanation!

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

    So much useful material in this presentation and all of it explained clearly. Thank you!

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

      Happy to hear you enjoyed it, Joel. ⛅ Best of luck as you traverse the cloud! ^JM

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

    This video makes my day!

  • @BennyBottema
    @BennyBottema 7 місяців тому

    I think in the decision tree you could factor in an economic component of invoking lambda directly vs batching lambda's. I saw another talk where this was advertised as more cost-effective.

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

    Excellent - very useful indeed

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

    Thank you. Very important Info.

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

    Awesome content..great lecture.

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

    Well explained!

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

    great overview!

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

    Very informative. Much appreciated!

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

    Thank you.

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

    With what for a tool your making your prasantations

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

    Awsome

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

    nice

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

    Is it actually deliver-once? What if a new subscriber comes later - will it deliver-once from the beginning of all messages? I know the answer is no, and its not a bad answer that something will be delivered-once, when it starts; however, its important to recognise, that deliver-once when I've started listenning.