Hi! I want to send a message to SNS when the data visual breaches the threshold, is there any mechanism where instead of sending emails, I can send the notification to the SNS Topic instead?
Hi,
There is no way direct way to handle SNS from dashboard other than email. You can use boto 3 with the pagination option (it has some cost) to extract data in CSV and set you SNS manually.
Regards,
Naveed Ali