0

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?

simplycoding
  • 2,770
  • 9
  • 46
  • 91

1 Answers1

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