Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fredericbarthelet
Last active October 11, 2020 10:54
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 fredericbarthelet/33d5944498eb77c2a7133307066938a8 to your computer and use it in GitHub Desktop.
Save fredericbarthelet/33d5944498eb77c2a7133307066938a8 to your computer and use it in GitHub Desktop.
Serverless all-in-one definition
service: myServerlessService
provider:
name: aws
runtime: nodejs12.x
functions:
hello:
handler: index.hello
goodbye:
handler: index.goodbye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment