Skip to content

Add request handlers to AWS clients #199

Open
@akefirad

Description

@akefirad

Type: Feature

Description
Currently it's impossible to customize clients created by AmazonWebserviceClientFactoryBean, specifically by adding RequestHandler2 (for example tracing instrumentation handler).

Solution
The class should accept a list of request handlers and add them before building the client.

Alternatives
At the very least, I'd like to have access to the builder before calling the factory calls builder.build() (e.g. overrider the createInstance method's behavior.).

Additional context
If you wish to accept this, I'd be happy to send a PR.

Metadata

Metadata

Assignees

Labels

component: coreCore functionality related issuetype: enhancementSmaller enhancement in existing integration

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions