mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
YAML supports different indentations however dicts (which we use for events) need a 4 level deep indentation to work correctly. The YAML files are updated so that the user knows that he should always use a 4 level deep indentation.
8 lines
99 B
YAML
8 lines
99 B
YAML
vars:
|
|
stages:
|
|
dev:
|
|
vars:
|
|
regions:
|
|
us-east-1:
|
|
vars:
|