aws中的crond的替代品是什么,EventBridge?
我计划每小时调用一次 lambda 。
到目前为止,我已经习惯使用 crond 来调用 Linux 上的一些事件。
因此,我正在谷歌搜索aws
中 crond 的替代品。
我听说 EventBridge
是这样工作的。
我的理解正确吗?
如果是这样,有什么做法吗?
谢谢你的建议。
I am planning to invoke lambda once every hour.
Until now, I was get used to use crond
to invoke some events on linux.
So, I am googling around what is the substitute for crond in aws
.
I have heard EventBridge
works like that.
My understanding is correct?
If so is there any practice for that?
THank you for your advice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,当您想要以预定方式调用 lambda(或其他)时,AWS Eventbridge 是推荐的解决方案。 此处有关于如何执行此操作的完整教程。
Eventbridge 规则可以支持cron 表达式也是如此。
Yes, AWS Eventbridge is the recommended solution when you want to invoke a lambda (or other) in a scheduled fashion. There's a full tutorial on how to do just that here.
The Eventbridge rule can support cron expressions, too.