Skip to content

Instantly share code, notes, and snippets.

@marcelog
Created February 27, 2017 01:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelog/8b235f44fc4844b9723aa94167172e1c to your computer and use it in GitHub Desktop.
Save marcelog/8b235f44fc4844b9723aa94167172e1c to your computer and use it in GitHub Desktop.
The right way to use scheduled events with the serverless framework and lambda
events:
- schedule:
name: 'MyEventName'
rate: cron(0 6 * * ? *)
enabled: true
input:
key: value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment