Declan Kelly

Results 25 comments of Declan Kelly

f-string stuff fixed by #24 #23 #22

This project is not actively maintained. I took a look at akernel and it looks very cool! Let us know if there is any information we can provide.

Thanks for clarifying! ~~When I re-read, I think then only `field-names` are defined as tokens: https://www.rfc-editor.org/rfc/rfc9110#section-5.1-2?~~ I see it used in a couple other places like methods, parameter names, connection...

I want to add a custom interceptor to all DynamoDB calls made in my program so that I can extract some specific timing information, info about number of attempts, request...

> Is there a reason you can't add the interceptor on the Client itself? Couple reasons, mostly because the interceptor is created with state that is available at the time...