https://docs.aws.amazon.com/batch/latest/userguide/cloudwatch_event_stream.html
But I can't find a way to use a python client to register or wait for aws.batch events. There is a boto3 waiter for cloud watch events, but I'm not sure if aws.batch events are an Alarm or not.
https://docs.aws.amazon.com/batch/latest/userguide/cloudwatch_event_stream.html
But I can't find a way to use a python client to register or wait for aws.batch events. There is a boto3 waiter for cloud watch events, but I'm not sure if aws.batch events are an Alarm or not.