Note: stage variables
were never supported by serverless
, but support was made available by a plugin: https://github.com/svdgraaf/serverless-plugin-stage-variables. the plugin only supports stage variables
for serverless
v1, while serverless-offline
v9 only supports serverless
v3. an argument could be made that removing this is technically a BREAKING CHANGE, but given the above we decided to release this in a PATCH release.
Bug Fixes
- Prevent logging
undefined
for event schedule (#1520) (3042bc2) thank you @dnicolson - remove unsupported stageVariables (4648d39)