You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 .The text was updated successfully, but these errors were encountered: