SQS partial batch response failure feature tutorial

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

КОМЕНТАРІ • 14

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

    So helpful 🥰, can we have our customized class return type which is having SQSResponse inside of it, Chirag?

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

    Does this work with fifo queue? I was trying but I wasn't able to see the failed messaged being reprocessed.

  • @rptkumbh-vm4nq
    @rptkumbh-vm4nq Рік тому

    Which tool is used to create this animation

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

      In this video, I have used Keynote. In a few other videos, I have used Manim.
      I hope this helps. Please like, share & subscribe :)

  • @AnkitKumar-qj7gk
    @AnkitKumar-qj7gk 3 роки тому

    Thank you sir for your efforts for the aws development. Really appreciate 🙏🙏

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

      My pleasure! Please like, share & subscribe. :)

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

    when you set batch size to 10,why was only two messages processed?

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

      10 is the maximum batch size. If you have 2 messages in the queue, you won't wait until you have 10 messages to process the first two that arrived.

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

    Thank you very much. Excellent demo and blog.

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

      You are welcome, Santosh! And I am glad it was helpful. Please like, share & subscribe :)

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

    Would there still be a need for a DLQ if using this feature?

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

      It depends on your needs, but in general yes I think the DLQ (on the SQS queue, not lambda) would still be useful, because the failed messages might be permanent failures (i.e. never succeed on retry), so eventually the max number of receives would get hit, and you probably want a DLQ to capture those.

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

    Nice work

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

      Thank you! Please like, share & subscribe :)