Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration report for DynamoDBClient #2733

Open
msinton opened this issue Sep 23, 2021 · 1 comment
Open

Configuration report for DynamoDBClient #2733

msinton opened this issue Sep 23, 2021 · 1 comment
Labels
feature-request A feature should be added or improved. p3 This is a minor priority issue

Comments

@msinton
Copy link

msinton commented Sep 23, 2021

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: <details>, userAgentPrefix: <details>, 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

@msinton msinton added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Sep 23, 2021
@debora-ito
Copy link
Member

That's an interesting feature @msinton, marking as a feature request.

I think it would make sense for this method to be available in all service clients, not only DynamoDB.

Also, if you can, let us know more about the performance hit you experienced in migrating to v2, maybe there's something we can improve on the SDK side.

@debora-ito debora-ito removed the needs-triage This issue or PR still needs to be triaged. label Sep 30, 2021
@yasminetalby yasminetalby added the p3 This is a minor priority issue label Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. p3 This is a minor priority issue
Projects
None yet
Development

No branches or pull requests

3 participants