-
Notifications
You must be signed in to change notification settings - Fork 154
chore(maintenance): simplify Utility class #3682
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
Conversation
End to end tests for this branch are green: https://github.com/aws-powertools/powertools-lambda-typescript/actions/runs/13627970971 |
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.
Hi @dreamorosi! I think after updating the docstring it's good to merge.
|
Hi, not sure where to post but version 2.16.0 is introducing a breaking change by remove the protected getDefaultServiceName() function from Utility. Because the logger library is using the common package with the ^ version allowing for minor upgrade, all installations of the powertool/logger pre 2.16.0 will now fail to run. |
Summary
Changes
This PR updates the implementation of the shared
Utility
class to streamline it and remove redundant methods.Issue number: closes #3668
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.