Logger import breaks with Serverless 4
Opened this issue · 0 comments
rrees commented
The logger is imported directly from the Serverless module's internals and the name and structure of the package is different in v4 and therefore the plugin fails when used in a v4 context.
However even in Serverless v3 access to the logger is intended to be via constructor injection not through direct import so the current functionality was never supported behaviour.