mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
When we define a cf variable in serverless.yml and that variable wasn't output from the Cloudformation Outputs a useless error was throw: > Cannot read property 'OutputValue' of undefined Now the error give more information: > Trying to request a non variable from Cloudformation. > Stack name: "some-stack" Requested variable: "DoestNotExist"