Is there an easy way to add a CloudWatch event rul...
# general
f
Is there an easy way to add a CloudWatch event rule to a lambda function not created by pulumi?
Looks like
aws.cloudwatch.EventTarget
might add all the necessary permissions. Will try that out.
aws.cloudwatch.EventTarget
does not add the necessary Lambda permission. Is there another Pulumi resource that would do this automatically?