AWS 中最接近 Azure Scheduler 的作业是什么?
What is the closest in AWS to Azure Scheduler jobs?
我想配置对 AWS 中 HTTP/HTTPS 端点的循环调用(例如每分钟一次)。完成此操作的最简单方法是什么?
在 Azure 中,我会为此配置一个 Azure Schedule 作业。在 AWS 中有类似的东西吗?
AWS 中没有等效的 Azure 计划。但是您可以使用 AWS Lambda 实现您的用例。请查看此 AWS 指南以执行相同操作。
https://docs.aws.amazon.com/lambda/latest/dg/with-scheduled-events.html
我想配置对 AWS 中 HTTP/HTTPS 端点的循环调用(例如每分钟一次)。完成此操作的最简单方法是什么? 在 Azure 中,我会为此配置一个 Azure Schedule 作业。在 AWS 中有类似的东西吗?
AWS 中没有等效的 Azure 计划。但是您可以使用 AWS Lambda 实现您的用例。请查看此 AWS 指南以执行相同操作。
https://docs.aws.amazon.com/lambda/latest/dg/with-scheduled-events.html