Search code examples
amazon-web-servicesamazon-redshiftamazon-sns

Simple Notification for row insertion in AWS Redshift


I have created a custom error log table in Redshift.

In which rows are inserted when any error occurs in my stored procedures.

Is there a way to get a notification like SNS whenever a new row gets inserted in that error table?


Solution

  • There is no capability in Amazon Redshift to trigger events on row insertion.