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?
Asked
Active
Viewed 420 times
1 Answers
0
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.

Ramkumar
- 41
- 1
-
To add, it's also not possible to include the data directly in email. – panther Jun 24 '15 at 01:44