How can the developer implement the Lambda retry functionality without adding unnecessary complexity to the state machine?

1 Comment

  1. Michelle
    Author

    From what I’ve heard, the answer is:
    Add a retrier to the GetResource task. Configure the retrier with an error type of TooManyRequestsException, an interval of 10 seconds, and a maximum attempts value of 1.

Leave a Reply to Michelle Cancel reply

Your email address will not be published. Required fields are marked *

5 + 7 =