SQS partial batch response failure feature tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ค. 2024
  • Welcome to this video. In this video, I have covered how to configure and use the partial batch response feature for SQS as an event source to lambda.
    Text version: / handle-sqs-message-fai...
    GitHub Code: github.com/srcecde/aws-tutori...
    Buy Me A Coffee: www.buymeacoffee.com/srcecde
    ---
    Support my work:
    ---
    Patreon: / srcecde
    PayPal: paypal.me/srcecde
    Paytm | Gpay: 9023197426
    ---
    Series Tutorial
    ---
    ---
    Another channel:
    ---
    Srce Cde in Hindi: / @srcecdehindi
    ---
    Connect with me
    ---
    Twitter: / srcecde
    GitHub: github.com/srcecde
    Facebook: / srcecde
    Instagram: / srcecde
    LinkedIn: / srcecde
    Reddit: / srcecde

ความคิดเห็น • 14

  • @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 :)

  • @AnkitKumar-qj7gk
    @AnkitKumar-qj7gk 2 ปีที่แล้ว

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

    • @SrceCde
      @SrceCde  2 ปีที่แล้ว

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

  • @ZachMatics
    @ZachMatics ปีที่แล้ว

    Nice work

    • @SrceCde
      @SrceCde  ปีที่แล้ว

      Thank you! Please like, share & subscribe :)

  • @indiraparasa6805
    @indiraparasa6805 10 หลายเดือนก่อน

    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.

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

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

  • @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 :)