标签: amazon-web-services amazon-cloudformation amazon-sqs amazon-cloudwatch
该帖子的答案指出, Amazon Simple Notification Service (SNS)主题可以由 Amazon CloudWatch Events 计划触发,而无需使用 AWS Lambda 功能:
Scheduled rest requests from aws
是否有计划的 Amazon CloudWatch事件发生而无需使用lambda的情况下自动发布到SQS的功能?我可以通过云形成模板进行设置吗?
答案 0 :(得分:0)
支持此功能。
请参阅:https://aws.amazon.com/ru/about-aws/whats-new/2016/03/cloudwatch-events-now-supports-amazon-sqs-queue-targets/
云形成模板的示例: https://stackoverflow.com/a/52029876/4251336