Step Function Errors Should Be Errors
In this post, we shall see the consequences and limitations of using step function errors as flow control.
See the accompanying GitHub repo for working code examples.
TL;DR
Be wary when using step functions errors for flow control in step functions
...
10printiamcool.com5 min read
Oly
Very nice article. I always think that the clue to exception use is in the name - for an exceptional situation that is not expected and there is no obvious path forward and thus bail out.