Hacker News new | ask | show | jobs
by shadeslayer_ 1272 days ago
I exclusively use Lambda with Cloudwatch Rules for all the crons I write these days. It just works out of the box.
1 comments

You should check out EventBridge Scheduler. Just released last month and seems like the go-to solution for such things going forward. I especially like the "run once at this time in the future" feature.
That’s neat! I remember hacking that together at an old job using step functions with a “pause until Timestamp” step.
Is that the same event source that's been available to the aws::serverless::function transform for awhile now?