7 ms·
I exclusively use Lambda with Cloudwatch Rules for all the crons I write these days. It just works out of the box.
by shadeslayer_ 4y ago
I exclusively use Lambda with Cloudwatch Rules for all the crons I write these days. It just works out of the box.
- rjbwork 4y agoYou 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.
- holler 4y agoIs that the same event source that's been available to the aws::serverless::function transform for awhile now?
- mcintyre1994 4y agoThat’s neat! I remember hacking that together at an old job using step functions with a “pause until Timestamp” step.