Hi I am trying to do the following with serverless: If I am not giving an option I want it to pick another option
${opt:fb,${opt:environment,'dev'}}
However something is wrong as this error always appear as I call sls deploy
:
A valid option to satisfy the declaration 'opt:fb,dev' could not be found.
I do not understand what's wrong as apparently it seem to pick the value correctly. Able to help me out? Thanks