micronaut-projects / micronaut-aws

Projects specific to integrating Micronaut and Amazon Web Services (AWS)
Apache License 2.0
87 stars 80 forks source link

MicronautLambdaHandler should populate diagnostic aws values for slf4j #1287

Open theaspect opened 2 years ago

theaspect commented 2 years ago

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.

graemerocher commented 2 years ago

PRs welcome