【发布时间】:2021-02-26 11:54:58
【问题描述】:
我正在尝试在 aws 上安排一个触发器,它每天中午 12 点运行一个 lambda 函数。我的 cron 表达式是 cron(0 0 12 * * ?) 但 aws 抛出以下错误:
An error occurred when creating the trigger: Parameter ScheduleExpression is not valid. (Service: AmazonCloudWatchEvents; Status Code: 400; Error Code: ValidationException
应该是什么有效的表达方式?
【问题讨论】:
-
是来自cloudformation吗?