Open kling-appfire opened 5 years ago
YAML references should work 🤔 ... have you tried that?
service: files
images:
component: "@serverless/aws-s3"
inputs:
name: ${service}-images
Regarding CLI, we currently don't support it so that we don't tie the template to the CLI. Remember that unlike the framework, components could be used programmatically as well.
huh. I def tried ${self.variable} and ${self:prop.variable}. Even ${self:variable}. I'll try it.
Not having command-line options w/default like Std Serverless is HUGE. Having to code py scripts to tokenize at moment. ${opt.variable, 'some default'}
In the same topic, it seems that the ${file(...):property}
notation is not working, i managed to use the ${env:ENV}
notation though. Is it an expected behavior ?
Please update to support CL options and ${property.variables}