My use case for this is to be used doing live sporting events. I write software to score different types of sports in realtime. I use AWS Lambda and AWS CloudWatch Event Rules to periodically (CRON) query our database to find potential errors. If there are errors our team is notified immediately. Some of our team members get emails while others prefer SMS.
I have an article on deck to query an RDS database using AWS Lambda. Stay tuned!