Serverless warns me about unrecognized variable sources aws and self. The warning obviously becomes an error when I set variablesResolutionMode: 20210326. So far I have not found any clue in the docs how those variables should be set in the future. Can you give me a hint?
This had me stumped for a while. Then I realised that it was probably using my global CLI package version. Once I updated that with npm update -g serverless, the warnings went away and I set variablesResolutionMode to 20210326.
still and it appeared when I started using serverless deploy from my mac…
The ci/cd pipleline using drone deploys with no issues and this is using Linux base images…
variablesResolutionMode: 20210326 is needed as it complains of the use of aws: otherwise…