Y
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
rjbwork
1272 days ago
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.
link
mcintyre1994
1271 days ago
That’s neat! I remember hacking that together at an old job using step functions with a “pause until Timestamp” step.
link
holler
1271 days ago
Is that the same event source that's been available to the aws::serverless::function transform for awhile now?
link