powertools-lambda-java
powertools-lambda-java copied to clipboard
Maintenance: V2 updates - review interface & propose improvements for Tracing module
Summary
We should use the V2 release as an opportunity to reflect upon the interfaces of our existing modules and identify areas of improvement. This work has been done as part of rewrites for some modules, and in isolation for others - check out #1283 for details.
Why is this needed?
- Minimize the likelihood that we need to make more breaking changes to PT-Java again soon in the future
- Double-down on the quality of the project by forcing large-scale code review
- Increase knowledge of the modules around the contributor team
Which area does this relate to?
No response
Solution
- A review of the current module, its public interface and structure, and potential areas for improvement documented on this ticket for discussion
- A draft PR against the
v2
branch showing the high level impact of proposed changes - PR completed and merged into
v2
Acknowledgment
- [X] This request meets Powertools for AWS Lambda (Java) Tenets
- [ ] Should this be considered in other Powertools for AWS Lambda (Java) languages? i.e. Python, TypeScript