https://pulumi.com logo
Title
t

thousands-art-36850

08/24/2021, 12:23 PM
Hi everyone! is there a Pulumi example/guide on how to send AWS CloudWatch notifications to Slack similar to this terraform module?
m

many-yak-61188

08/24/2021, 12:45 PM
looks like it is a lambda function that listens to a SNS topic that receives events from CW. i'm not sure there is something out of the box, there might be but it should be straight forward to implement yourself.
l

little-cartoon-10569

08/24/2021, 10:14 PM
This isn't usually configured by Pulumi, since there is no Slack provider (yet) and this sort of thing is usually handled via a Slack app (e.g. marbot). You could use an incident/alert management app (we use Opsgenie) to achieve the same thing. Some of those have Pulumi providers...