serverless/lib/templates/serverless.yaml
Philipp Muens c287f07d05 Update YAML indentations
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.
2016-06-22 08:09:42 +02:00

6 lines
86 B
YAML

service: myService
provider: aws
functions:
hello:
handler: handler.hello