We need a url to be hit when data is updated in an RDS table, hitting a trigger.
EXEC sp_OAxx will not work due to RDS security restrictions.
https://forums.aws.amazon.com/message.jspa?messageID=876085
Has anybody had this problem and managed to get around it?
UPDATE So far, I've managed to get an RDS trigger to overwite a file on an S3 bucket, running an S3 trigger which can trigger an API call. It's ugly. Does anyone have another way?