Is there any way I could watch for any AWS Personalize status change?
For example I have a Lambda function creating a Dataset Import Job, and I would like to trigger another action once this job is finished but I cannot find a way to "listen" to this event or to "trigger" a notification once it's ready.
I checked for an AWS CloudWatch event but it seems that it's not supporting AWS Personalize:
Any idea how I could achieve this? Thank you