You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the api with a custom HttpClient, and I'd like the ability to pass http-client-specific arguments to this client on a per-request bases. I see this being an extra field in the op-map that gets propagated to the request so it can be used by the underlying HttpClient. Right now I'm only able to achieve this by monkey-patching the cognitect.aws.interceptors/modify-http-request methods.
The text was updated successfully, but these errors were encountered:
Hello! Thank you for the ticket. We're planning the possibilities around a bring-your-own client mode but have not landed on a solution yet. The underlying mechanisms certainly allow for injections your own (as you proved) but they should not be relied on to stay the same into the future. To that point I would hesitate to make changes to allow options pass through for now until a formal approach to bring-your-own is designed and implemented.
Dependencies
Enhancement Description
I'm using the api with a custom HttpClient, and I'd like the ability to pass http-client-specific arguments to this client on a per-request bases. I see this being an extra field in the op-map that gets propagated to the request so it can be used by the underlying HttpClient. Right now I'm only able to achieve this by monkey-patching the
cognitect.aws.interceptors/modify-http-request
methods.The text was updated successfully, but these errors were encountered: