Waiting for AWS EventBridge events with AWS CloudFormation wait conditions

AWS CloudFormation has a feature called wait conditions, which is basically a generic way to wait for something to finish in CloudFormation before continuing resource creation. Typical examples include…