Skip to content

Instantly share code, notes, and snippets.

@fredericbarthelet
Created October 11, 2020 10:57
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/18202a442487b94c6a4b39f384fb2bab to your computer and use it in GitHub Desktop.
Save fredericbarthelet/18202a442487b94c6a4b39f384fb2bab to your computer and use it in GitHub Desktop.
Serverless.yml splitting
hello:
handler: index.hello
goodbye:
handler: index.goodbye
service: myServerlessService
provider:
name: aws
runtime: nodejs12.x
functions: ${file(./functions.yml)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment