Closed protoblade closed 5 years ago
It seems that the collectEnvVars() does not take into account file references and does not render them properly
collectEnvVars()
Example serverless.yml
provider: environment: testvalue: ${file(vars/${self:provider.stage}.json): testvalue stackName: teststring
generated .env
testvalue=${file(vars/dev.json):testvalue stackName=teststring
It seems that the
collectEnvVars()
does not take into account file references and does not render them properlyExample serverless.yml
generated .env