micronaut-aws
micronaut-aws copied to clipboard
MicronautLambdaHandler should populate diagnostic aws values for slf4j
Feature description
MicronautRequestHandler
has populateMappingDiagnosticContextValues
but MicronautLambdaHandler
for some reason does not.
If there're no objection I could prepare PR replicating the same method from RequestHandler. Or probably it make sense to abstract it into general class.
PRs welcome