Creating an email alert in AWS DataPipeline

455 views Asked by At

I know AWS Data Pipeline supports and allows SNS alerts, but I want an alert or email sent if a query returns anything. Basically, I want to run a SQLActivity of a very simple select query and if that query returns anything, I want to send an email alert. Is this possible? If so, can I send the email with the returned set of data?

1

There are 1 answers

1
Ramkumar On

No. Unfortunately, you cannot do that today with datapipeline. The best you can do is to write a program that does what you want and execute that on a schedule using ShellCommandActivity using Datapipeline.