Looking into AWS Step Functions. I'd like to have a flow that stops at some point and waits for the user to open up some web form and enter some additional data before continuing the step function flow.
But I can't find a feature in the AWS docs for this. All I can think of is hosting a separate application (ECS, EC2, S3 site with Lambda backend, whatever) that writes to a database and then tells the step function to continue. Is this the easiest way to accomplish user input of this kind? Something more than an email with an Approve/Fail button.