Lambda Error Handling for Async Events | DLQs and Destinations Hands-on Tutorial | AWS Tutorials

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

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

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

    Nice video. Now there is doc regarding the time delay between attempts.
    "Lambda manages the function's asynchronous event queue and attempts to retry on errors. If the function returns an error, Lambda attempts to run it two more times, with a one-minute wait between the first two attempts, and two minutes between the second and third attempts. Function errors include errors returned by the function's code and errors returned by the function's runtime, such as timeouts."

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

    Great Tutorial. Thanks for helping.

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

    Good work Ajay. Keep it up.Thanks

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

      Glad you liked it. Don’t forget to subscribe ✅

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

    That was very helpful, thank you!

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

    Hi ajay I took your aws athena course I have few doubts.
    Is window function and athena partitioning are two different concepts?

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

      Hi Bhumika,
      Thanks for enrolling in that course.
      Yes, they both are different concepts.

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

    Hey bro, I'm unable to convert LambdaDestinationEvent object to S3Notification.NotificationRecord. Please help.