semirenko
semirenko
Any progress, guys?
this issue is basically a showstopper for us
absolutely needed feature!
here is the way how I did env specific configuration: ```json "Conditions": { ......... "CurrentEnvIsLive": { "Fn::Equals": [ { "Ref": "env" }, "live" ] } }, ....... "VpcConfig": { "Fn::If":...
@corydorning53 , env comes as Lambda function parameter in XXXX-cloudformation-template.json file. ``` "Parameters": { "CHALLENGEANSWER": { "Type": "String", "Default": "" }, "modules": { "Type": "String", "Default": "", "Description": "Comma-delimmited list...