Rajat Murthi

Results 4 comments of Rajat Murthi

![Screen Shot 2021-08-12 at 4 35 47 PM](https://user-images.githubusercontent.com/24283829/129283050-e06d2388-e403-4b7b-b1c0-869ec8d97e6f.png) Added image for posterity assuming GitHub updates their highlighting at some point.

Thanks for the workaround! Glad to hear this is fixed in 2, I'd love to see the docs updated for the ECS layout in the until 2 comes out. I'm...

Since this is a static value, I decided to set this in the log4j2 level so I don't have to add this to multiple handlers that my lambda has: ```xml...

I can confirm: On top of what I had above, I added ```java @Override @Logging public String handleRequest(DynamodbEvent dynamodbEvent, Context string) { LoggingUtils.removeKey("service"); } ``` to my handler and my...