Is there a way to know when a comprehend asynchronous job finishes?
For example:
I need to read the output of a sentiment analysis job when it finishes, but not by blocking the program and waiting. I think there should be a way to trigger a lambda function or something similar.
Note that when the job finishes it writes the results to s3_bucket in a file called output.tar.gz
Thanks.