Created
June 13, 2018 09:53
-
-
Save antklim/a2927eef9f8f7b095c670d82f4b180aa to your computer and use it in GitHub Desktop.
Example of a serverless.yml with deployment bucket defined
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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