coursera / dataduct

DataPipeline for humans.
Other
252 stars 83 forks source link

Multiple success and failure SNSAlarms #265

Open JeremyColton opened 7 years ago

JeremyColton commented 7 years ago

Hi, I have 10 steps in my pipeline. For each step I have a different SNSAlarm for success and failure so I can send individual events to DataDog so I can have metrics per step and then for the entire Pipeline.

How do I configure multiple success and failure SNSAlarms and use their IDs per step definition?

Many thanks