mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Handle `self:service.[...]` references properly. The prior represents what the user typed into their configuration. In service, we move all this from `service` to `serviceObject`, therefore, by rewriting `self:service.[...]` to `self:serviceObject.[...]` user's will get the result they expect. Use else if, given exclusivity of conditions