It would be highly useful if you could have a serverless function trigger based on activity in managed databases, such as triggering a function that queries a table used as a message queue when there are nonzero rows in said table (with the function having code that ingests said rows and deletes them). It appears that there is similar functionality in AWS between Aurora and Lambda, but I would love to have that in DigitalOcean