Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从Aws Java Sdk安排Lambda 的触发器,从现在起安排可能超过一年,所以 SQS 可能不是一个选项。这可能吗?
我在网络和他们的 sdk 文档中找不到任何示例。
您不能直接安排 lambda。您提供的第一个链接概述了您需要做什么。
所以它的要点是,您需要创建一个 cloudwatch 事件并将其连接起来以在 lambda 函数触发时触发它。您应该可以通过查看 SDK 文档来做到这一点。