AWS Lambda functions can be triggered by a number of sources, for instance an asynchronous HTTP request. We may want to be a bit more synchronous - for instance trigger a function every X minutes, hours or days.
In this lesson we're going to build a simple "clock" function which is going to log the current time to CloudWatch logs every minute using rate expressions