diff --git a/handler.js b/handler.js index 79afc71..15bb5ef 100644 --- a/handler.js +++ b/handler.js @@ -18,6 +18,13 @@ var ALARM_CONFIG = [ mention: "<@channel> ", color: "#F35A00", severity: "CRITICAL" + }, + { + condition: "ALARM", + channel: "#cloudwatch", + mention: "<@channel> ", + color: "#F35A00", + severity: "CRITICAL" } ];