How to wait for a CodeBuild to finish inside a Step Functions state machine?
The only wait I can think of right now is with a loop and a timer, like the flow bellow, but is it the only way to do it? Isn't there a "WaitForBuild" action or something like that?
Typo: BatchGetBuildBatches should be BatchGetBuilds.