Hi, I'm trying to setup a new trigger on a lambda ...
# general
b
Hi, I'm trying to setup a new trigger on a lambda function in pulumi. I want the source to be a cloudwatch log stream. Is this possible with pulumi? Also, if this is not the right channel please lmk and I'll move the quest there 🙂
b
yes this is possible, but I don't think we have an off the shelf example of it.
w
b
Thank you for the quick replies this is awesome! I'm still a little fuzzy on where you specify the cloudwatch arn to receive events from. Is it the
pulumi.Parent(trail)
here https://github.com/pulumi/examples/blob/ca40203279f393c0c159dadcadc97c6007122997/aws-go-console-slack-notification/main.go#L229 ?