Async patterns in Step Functions
From time to time we need our State Machines to wait for some async action, for example a webhook call, and we created a mechanism which we use all over our systems for that. We used it also to create a "recovery" pattern which we utilize to prevent fatal errors in executions.
Get your free conference access and learn more about Serverless:
You can read more about this topic also in Radovan's blog post: