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
Btw in docs i see -> Variable and File Resolution Works identical to how this is defined for serverless here.
But i dont see any code for for example resolving variable resolution for self like ${self:provider.stage} . Readme wrong ? :)
That might still be missing (as is inline variable resolution I think). The problem is that one needs to handle recursion.
We are currently building a lot or projects based on this, so this is still wip. Let me open some tickets.
Edit: Note that there are also certain things we can't and don't want to resolve. So possibly it is not desirable to resolve "self". Should certainly clarify the docs.
E.g.
domainName: ${opt:domainName, 'beta.blabla.net'}
This wont be replaced with beta.blabla.net due to regexp https://github.com/simlu/yaml-boost/blob/master/src/index.js#L16
The text was updated successfully, but these errors were encountered: