Testing Retry Behavior and DLQs in AWS Lambda

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

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

  • @andrewribeiro6430
    @andrewribeiro6430 ปีที่แล้ว +1

    Is there a way to test it using invoke lambda subcommand using CLI? (Without attaching a SNS or SQS trigger to Lambda)

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  ปีที่แล้ว +1

      Hello Andrew Ribeiro, you can refer this -- docs.aws.amazon.com/cli/latest/reference/lambda/invoke.html Happy Learning

  • @kishoru3475
    @kishoru3475 ปีที่แล้ว +1

    I guess the delay is due to the fact that Lambda retries two times apart from the original execution. So in total = 3 executions that takes 1 min + 2 min = 3 mins to reach the DLQ.

  • @ivanjuarez6049
    @ivanjuarez6049 ปีที่แล้ว +1

    Very usefull, thank you.