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.
Feature description
MicronautRequestHandler
haspopulateMappingDiagnosticContextValues
butMicronautLambdaHandler
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.