1

I have 10 elements in map. For each element I check some condition. If for any element,my condition passes,i want to break the map loop at that point. I don't want to loop further. I created 2 next states, one of Type succeed. Another of Type pass. But both are working same. In the succeed state,i want to break the loop. But that's not happening.

1 Answer 1

0

As of now, breaking map is not supported in AWS.

1
  • 1
    Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.
    – Community Bot
    Commented Jan 10, 2023 at 8:50

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.