-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
This line of code:
| self.custom = YamlOrderedDict(vars="${file(./variables.yml):${sls:stage}}", **(custom or {})) |
Makes it necessary to have a variables.yml file and pass in --stage when running serverless. You'll get errors if they are missing.
It would be good to mention these requirements in the Getting started docs.
Alternatively/additionally it could check for the existence of that file and skip it when it doesn't exist.
Metadata
Metadata
Assignees
Labels
No labels