Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve serverless.yml support #277

Open
artoliukkonen opened this issue May 22, 2020 · 1 comment
Open

Improve serverless.yml support #277

artoliukkonen opened this issue May 22, 2020 · 1 comment

Comments

@artoliukkonen
Copy link
Contributor

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 .

@BenEllerby
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants