Tag: stepfunctions
-
Serverless Step Functions with Callback
This is a demo of how you can use the “callback” pattern to restart a Step Functions state machine from within a Lambda function. It took me a while to dig through the AWS docs, sample code, and examples to unlock the mysteries, so I hope it saves you some time. It is inspired by…