Hacker News new | ask | show | jobs
by luminati 4237 days ago
Haven't had much time to read the docs. Sorry if it's already evident, but does it allow for running Lambda code on cron as opposed to listening to some event?
1 comments

Yes. From the bottom of TFA:

Scheduled Tasks

AWS Lambda functions can be triggered by external event timers, so functions can be run during regularly scheduled maintenance times or non-peak hours. For example, you can trigger an AWS Lambda function to perform nightly archive cleanups during non-busy hours.

That's great news. Thanks mate.
Reliability is my real question around not only this, but lambda as a whole. I'll need to dig into the docs on that.