sls-dev-tools icon indicating copy to clipboard operation
sls-dev-tools copied to clipboard

Improve serverless.yml support

Open artoliukkonen opened this issue 4 years ago • 1 comments

The tool automatically loads serverless.yml config, but it's pretty basic (plain YAML parse). If serverless.yml contains e.g. ${file} references the tool will not work as parser will not import those references.

Since the license allows it might be a good idea to copy&paste&refactor Variables class from Serverless Framework https://github.com/serverless/serverless/blob/master/lib/classes/Variables.js#L45 .

artoliukkonen avatar May 22 '20 10:05 artoliukkonen

Seems a good idea @artoliukkonen - is this something you want to take? Otherwise, I'll add it to our backlog :)

BenEllerby avatar May 24 '20 12:05 BenEllerby