Keeping track of the completion of multiple AWS actions

I will keep this as brief as possible. I have a problem in which I need to wait for the completion of multiple AWS tasks that push to SQS/SNS on completion (Transcribe, Rekognition). Currently, my architecture is to initiate one task, wait for it to finish, then initiate the next one and so on. I… Read More Keeping track of the completion of multiple AWS actions