AWS Step Functions – how to wait until cloudformation finish?
Working on AWS Step function create, I have these steps:
How to build an aws state function to re-trigger the same lambda with different custom payloads
I’m trying to build a state function to trigger a lambda function repeatedly with different JSON payloads. As a theoretical example, my goal is to input the state function with a JSON payload like
AWS Step Functions: Await task within parallel step
I want to collect the events sent from codepipeline and only propagate the events once the previous stage is done. The codepipeline eventbridge events may be out of order for some reason. Then, once it’s in order, I’d like to send an update to slack posting the information about that stage.
Is there a way to get a step function task token from a step that is already running?
I have misconfigured a lambda call within a step function waitForTaskToken pattern, as in