Skip to content

Instantly share code, notes, and snippets.

@rts-rob
Created September 9, 2017 08:40
Show Gist options
  • Save rts-rob/2cc2686d3b58d6e541f2577154444531 to your computer and use it in GitHub Desktop.
Save rts-rob/2cc2686d3b58d6e541f2577154444531 to your computer and use it in GitHub Desktop.
Default Serverless serverless.yml
service: aws-nodejs # NOTE: update this with your service name
provider:
name: aws
runtime: nodejs6.10
functions:
hello:
handler: handler.hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment