quiet-umbrella-96481
09/07/2021, 5:43 AMtrigger
. Maybe I’m missing something in the docs… does anyone have any idea that can help me out here?little-cartoon-10569
09/07/2021, 5:51 AMquiet-umbrella-96481
09/07/2021, 5:55 AMEventRule
or EventTarget
via pulumi. Thought I could be missing something obvious that someone can point out.little-cartoon-10569
09/07/2021, 5:58 AMaws.cloudwatch.EventRule
to define the schedule, and its onEvent()
mixin to hook it up to the lambda handler function.quiet-umbrella-96481
09/07/2021, 5:58 AMonEvent()
is what I’m missing. Thanks heaps, I’ll look into thatlittle-cartoon-10569
09/07/2021, 5:59 AMonEvent()
is defined in @pulumi/aws/cloudwatch/eventRuleMixins.d.ts
, if you're using TypeScript.quiet-umbrella-96481
09/07/2021, 6:00 AM