Relative Content

Tag Archive for aws-step-functions

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.