Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(stepfunctions): States.ALL doesn't appear last in Retry and Catch arrays #10538

Merged
merged 2 commits into from
Sep 29, 2020

Commits on Sep 25, 2020

  1. fix(stepfunctions): States.ALL doesn't appear last in Retry and Catch…

    … arrays
    
    Validate that `States.ALL` is not combined with other errors in `Retry`
    and `Catch` arrays and sort those arrays so that `States.ALL` appears
    last.
    
    Closes aws#10530
    jogold committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    7812301 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    84259ed View commit details
    Browse the repository at this point in the history