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

2 Comments

  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.

  2. Bryan
    Author

    It appears that 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 *

two × four =