Configuration report for DynamoDBClient
Open
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
Assessment
This issue has not been assessed yet.