在 Twitter 上看到 AWS 的 scheduled events 可以設定為一分鐘一次了:
Create scheduled events with 1-minute granularity on AWS Lambda using Cloudwatch Events. https://t.co/a0Rl3bgzGI pic.twitter.com/PUe7koIXfE
— Amazon Web Services (@awscloud) April 20, 2016
在 AWS 的相關文件上也發現相關的限制都拿掉了:「Using AWS Lambda with Scheduled Events」。
實際測試也發現沒問題了,之前用 */1
會被擋下來,現在是 ok 的:
aws events put-rule --schedule-expression 'cron(*/1 * * * ? *)' --name test