feature-request
Scheduled Triggers for Functions
One of the most useful features on AWS Lambda is the ability to set a CRONTab schedule for automated triggering of the function. That would be a really handy update to the current Function configuration!
Agreed, and one of the biggest drawbacks of k8s (kubernetes) is that they don't guarantee only 1 fire so your functions must be idempotent. Ensuring that they fire once and only once is pretty key.