Skip to content

Repository files navigation

Lambda cron job example

# install dependencies
npm install
# set up AWS environmentexport AWS_PROFILE=your-profile
export AWS_REGION=eu-central-1 # or any other region which you want to use# bootstrap your account - just for the first time if not bootstrapped already
npm run cdk bootstrap # deploy the example
npm run cdk deploy
# remove all resources
npm run cdk destroy

In the app.ts you can find 3 schedulers. All of them are disabled by default. If you want to test the behaviour, please enable them and re-deploy.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages