aws / aws/aws-sdk-java-v2

Configuration report for DynamoDBClient

Open
#2,733 1 comment 0 reactions 0 assignees View on GitHub
feature-request p3
Dominant language
Java
Stars
2.6k
Forks
1k
Avg merge
2d 9h
Merged PRs (30d)
51

Description

# Configuration report for DynamoDBClient

## Describe the Feature
It would be amazing to be able to access the configuration of the DynamoDBAsyncClient (and other variations).
An example of this could look like:

```
client.configurationDescription()
// "retryPolicy: , userAgentPrefix: , requestTimeout: 1 seconds, clientExecutionTimeout: 1 seconds, etc"
```

## Is your Feature Request related to a problem?
Yes, upgrading to AWS SDK v2 we see a performance hit and this would greatly benefit our investigation

## Describe alternatives you've considered
I'm not able to extract the information by debugging

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.