Heitor Lessa
Heitor Lessa
FYI @aws-powertools/lambda-dotnet-core @aws-powertools/lambda-typescript-core @aws-powertools/lambda-java-core
Reading... at a glance we have the `level` parameter so you can use a different logging level. The original ask from customers was to copy Powertools formatting and log level...
Appreciate the patience. I agree with the pain - what would be a good experience to you with an additional parameter to skip touching log level? --- Now, please allow...
thank you so much again @CausticYarn for your great thoughts - I'll be tackling this today and ping for a review if you don't mind Edit: Tackling a bug first:...
PR is up: #4299 I wanted to brush up the docs a bit more but it got late here, so i added the bare minimum for now. Part of me...
One small note to also increase our canary testing across all Python versions
Assigning to me for review and scheduled for the next iteration cycle starting on Monday :) Appreciate your patience while we had many loose ends to take care of
I've started the Parameters/Secrets one, once complete we can move to this one. I've tentatively moved to early April as I'll be on holidays too on mid-March
Hi @a3kov, thank you for raising this. When you say it's "unexpected", could you expand on that please? I've just tried on both PyCharm and VSCode including Mypy and they...
Yes @peterschutt. Like a `get_query_string_parameters`, where you'd have a parameter to define a sentinel value: ```python params = app.curent.event.get_query_string_parameters("message", default={}) # dict return my_param = app.curent.event.get_query_string_parameters("message", default="") # str in...