Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logger import breaks with Serverless 4 #61

Open
rrees opened this issue Sep 10, 2024 · 0 comments · May be fixed by #62
Open

Logger import breaks with Serverless 4 #61

rrees opened this issue Sep 10, 2024 · 0 comments · May be fixed by #62

Comments

@rrees
Copy link

rrees commented Sep 10, 2024

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.

@rrees rrees linked a pull request Sep 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant