1 Answer
- Newest
- Most votes
- Most comments
0
There is no direct support of such feature in MySQL RDS. Amazon RDS events supports only these categories https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Messages.html
There are multiple programatic way you can achieve such notification e.g. Write status of stored proc in another table and let another client app keep polling for success/failure status and send email notification.
answered 2 years ago
Relevant content
- asked 4 years ago
- asked 4 years ago
- asked 4 years ago
- asked 4 years ago

Thanks for sharing the info...what would be the other ways to achieve it?