dwyl / learn-aws-lambda

✨ Learn how to use AWS Lambda to easily create infinitely scalable web services
1.05k stars 202 forks source link

Lambda as cron process? #88

Open SimonLab opened 7 years ago

SimonLab commented 7 years ago

Lambda functions are most of the time trigger by an event, however sometimes we want the function to execute at a regular time. For that aws lambda provide a fixed rate option or you can also execute the function depending on a cron expression: