AWS Lambda scheduled event source via cloudformation

后端 未结 7 1163
猫巷女王i
猫巷女王i 2021-02-01 02:37

I already have my lambda / roles defined in cloudformation and would love to also use it to add a scheduled eventsources ... are there any docs or examples around ?

7条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-01 03:14

    As of this week (18 April 2016) it is now possible to add a scheduled CloudWatch event rule that will trigger your Lambda function.

    The AWS::Event::Rule has a ScheduleExpression field for the cron-style schedule and a Targets array which can accept a Lambda function ARN.

提交回复
热议问题