Heitor Lessa
Heitor Lessa
yeah, this is a bigger challenge in and of itself. Given how many billions of integrations we run a week, we'd need to be extremely careful on what we do...
got dragged in meetings and will reply to you properly tomorrow. It'll be along these lines I posted on Metrics: https://github.com/awslabs/aws-lambda-powertools-python/issues/2015#issuecomment-1481541558 `TracerProvider` is good, but `format` will confuse customers.
I underestimated how much feedback I needed to write for Metrics RFC so I ran out of time (apologies!) - I've blocked time on Monday afternoon (morning PST) to go...
hey @Vandita2020 that's a great start!! I took liberty to address some low hanging fruits and made a list of suggestions similar to what I made to Metrics. There are...
Great!! As for threading, before you dive in the implementation per se, take a look at how DataDog, NewRelic, and OpenTelemetry Tracers handle threading + asyncio. Reason I ask that...
Yup, that’s correct! On Fri, 5 May 2023 at 21:58, Roger Zhang ***@***.***> wrote: > Hi @heitorlessa ! I'm taking over this > issue and trying to catch up on...
hey @aitchnyu - thank you for submitting an extensive bug report!! It should work with [`RequestValidationError` exception](https://docs.powertools.aws.dev/lambda/python/latest/core/event_handler/api_gateway/#handling-validation-errors). I'll investigate the behaviour today when catching a catch-all `Exception` like you did,...
Can't reproduce with either general `Exception` and the suggested `RequestValidationException` -- need more details. Example below on how to get those exact details what the documentation suggests with `RequestValidationError`. ```python...
hey @stevrobu - is there a doc or code snippet you could share about this POC? With the recent major addition of Data Validation that drastically changes the authoring experience,...
Adding help wanted label as we were unable to prioritize it. Any PR welcome