Skip to content

Instantly share code, notes, and snippets.

@brianneisler
Last active October 18, 2018 20:25
Show Gist options
  • Save brianneisler/0f52da4d64eeea63abe59ccf14333e3a to your computer and use it in GitHub Desktop.
Save brianneisler/0f52da4d64eeea63abe59ccf14333e3a to your computer and use it in GitHub Desktop.
In Serverless Framework v2, serverless.yml is a class declaration
name: AuthService
extends: Service
props....
name: GoogleStorageBucket
extends: Component
props...
name: MyCustomType
extends: Object
props...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment