Skip to content

Instantly share code, notes, and snippets.

@antklim
Created June 13, 2018 09:53
Show Gist options
  • Save antklim/a2927eef9f8f7b095c670d82f4b180aa to your computer and use it in GitHub Desktop.
Save antklim/a2927eef9f8f7b095c670d82f4b180aa to your computer and use it in GitHub Desktop.
Example of a serverless.yml with deployment bucket defined
service:
name: myService
...
provider:
name: aws
runtime: nodejs8.10
deploymentBucket:
name: my.service.deployment.bucket
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment