I am trying to create a MySQL trigger that will invoke a php script. I have a MySQL server instance running in RDS and would like to use the php script to send a message to my SQS messaging system.
- Where do I save the php scripts?
- Do I need to install the PHP SDK for SQS on my EC2 instance?