mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #1365 from serverless/update-yaml-indentations
Update YAML indentations
This commit is contained in:
commit
ab14f0c040
@ -1,7 +1,7 @@
|
||||
vars:
|
||||
stages:
|
||||
dev:
|
||||
vars:
|
||||
regions:
|
||||
us-east-1:
|
||||
vars:
|
||||
dev:
|
||||
vars:
|
||||
regions:
|
||||
us-east-1:
|
||||
vars:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
service: myService
|
||||
provider: aws
|
||||
functions:
|
||||
hello:
|
||||
handler: handler.hello
|
||||
hello:
|
||||
handler: handler.hello
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user