【发布时间】:2020-07-24 21:18:42
【问题描述】:
我想将 cron 设置为我的 lambda 函数。 我希望在每个月的最后一个星期一上午 10:00 被解雇。
cron(* * * * [something special words here] *)
I wish next fire schedule will like this.
2020-04-27 10:00:00 JST
2020-05-25 10:00:00 JST
2020-06-29 10:00:00 JST
2020-07-27 10:00:00 JST
2020-08-31 10:00:00 JST
我该怎么做?
【问题讨论】:
-
在这里查看。链接(来自 serverfault)报告您的情况:serverfault.com/questions/265879/…
标签: amazon-web-services aws-lambda cron amazon-cloudwatch