1 Answer
- Newest
- Most votes
- Most comments
0
Hi!
Currently, AWS Lambda Powertools logging primarily targets Lambda functions, capturing context and events in an AOP style. It does not natively log parameters of regular methods in standard Java classes, similar to AspectJ annotations. To apply similar logging to non-Lambda methods, you would need additional configuration or custom implementation using tools like AspectJ. Although Powertools focuses on Lambda, combining it with AspectJ could provide the desired logging for regular Java classes and methods. For complex use cases, consider engaging with the AWS Powertools GitHub community. I'm here to help!
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 5 months ago