Does anyone know roughly when version 3.0.0 of Serverless Framework will be released?
I get plenty of deprecation warnings about it, but I can’t find anything about it via Google searches or elsewhere. Can anyone point me to some info about it?
Does anyone know roughly when version 3.0.0 of Serverless Framework will be released?
I get plenty of deprecation warnings about it, but I can’t find anything about it via Google searches or elsewhere. Can anyone point me to some info about it?
I don’t know either the date but I can suggest you check here the deprecations https://www.serverless.com/framework/docs/deprecations/
Furthermore, adding this line below service in your serverless.yml will help you testing the new features before they are officially released
variablesResolutionMode: 20210326
Happy debugging