HTTP interceptors: a better(TM) SDK request customization pipeline #2839
Labels
feature-request
A feature should be added or improved.
p2
This is a standard priority issue
queued
This issues is on the AWS team's backlog
As an SDK developer, the middleware API is a fantastic abstraction for building composable API operations.
As an SDK user, the middleware API is a fantastic abstraction for confusing yourself or otherwise breaking your application when trying to do something as simple as adding an HTTP header:
We propose a new mechanism known as "Interceptors" which provides a more streamlined API for SDK users to customize request behavior.
TODO - write out proposed API and UX for HTTP interceptors
To be clear, this does not replace middleware as an abstraction. It simply provides what we believe is a much more customer-friendly alternative for performing the day-to-day request manipulation that our users often require.
The text was updated successfully, but these errors were encountered: