-
Notifications
You must be signed in to change notification settings - Fork 171
refactor(logger): replace EnvironmentVariablesService class with helper functions #4251
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
refactor(logger): replace EnvironmentVariablesService class with helper functions #4251
Conversation
Thanks a lot for your first contribution! Please check out our contributing guidelines and don't hesitate to ask whatever you need. |
@dreamorosi I just pushed the changes to remove |
Sorry, GitHub was having issues and wasn't able to engage with the PR. I have reviewed the PR and also ran the end to end tests which are passing. I am unsure why the previous tests were passing but the current assertions look correct to me. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for contributing this PR and helping making the project better for everyone!
We have a number of issues with similar complexity/scope (list), if you're interested in any of them please take a look!
Awesome work, congrats on your first merged pull request and thank you for helping improve everyone's experience! |
…er functions (aws-powertools#4251) Co-authored-by: Jaime Llamas <[email protected]> Co-authored-by: Andrea Amorosi <[email protected]>
Summary
Changes
This PR removes the legacy class-based EnvironmentVariablesService methods from the Logger package.
Issue number: closes #4116
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.