Skip to content

Instantly share code, notes, and snippets.

@cangoektas
Created November 10, 2017 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cangoektas/02c0d1307efb5911035ca3c220dfccb6 to your computer and use it in GitHub Desktop.
Save cangoektas/02c0d1307efb5911035ca3c220dfccb6 to your computer and use it in GitHub Desktop.
service: my-service
provider:
name: aws
region: eu-central-1
runtime: nodejs6.10
functions:
hello:
handler: handler.hello
events:
- schedule:
rate: cron(*/5 * * * ? *)
enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment