Skip to content

Instantly share code, notes, and snippets.

@L-F-Escobar
Forked from cangoektas/serverless.yml
Created June 7, 2020 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save L-F-Escobar/b479fd01c5429c361a6255a640b02693 to your computer and use it in GitHub Desktop.
Save L-F-Escobar/b479fd01c5429c361a6255a640b02693 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