Skip to content

Latest commit

 

History

History

AWS-Lambda-Scheduled-Functions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

AWS Lambda: Scheduled Functions

Creates two Lambda functions which are triggered every day. One function is triggered using a CRON syntax whereas the other one is using a more human friendly syntax. Take a look at this documentation page where both syntax rules are explained in detail. Can be useful for scheduled tasks like checking a website or doing some regular stuff.

Quick Start

Run:

export LAMBDA_BUCKET=<your-lambda-bucket> && ./deploy.sh