Change `default` to `defaults`,
or it won't work. :D
This commit is contained in:
Tsung Chen Ku 2016-08-06 18:41:47 +08:00 committed by GitHub
parent d1942f4937
commit fd3459611a

View File

@ -18,7 +18,7 @@ The default stage is `dev` and default region is `us-east-1`. You can change the
# serverless.yml
service: service-name
default:
defaults:
stage: beta
region: us-west-2
```