-
Notifications
You must be signed in to change notification settings - Fork 612
feat(clients): enable Endpoint Discovery #2390
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
feat(clients): enable Endpoint Discovery #2390
Conversation
Codecov Report
@@ Coverage Diff @@
## client-endpoint-discovery-base #2390 +/- ##
=================================================================
Coverage ? 59.10%
=================================================================
Files ? 490
Lines ? 26146
Branches ? 6198
=================================================================
Hits ? 15454
Misses ? 10692
Partials ? 0 Continue to review full report at Codecov.
|
eaa729f
to
e04eecf
Compare
…iscovery trait is set
e04eecf
to
ba65753
Compare
Superceded by #2395 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue
Fixes: #2211
Description
Enables Endpoint Discovery on clients which have clientEndpointDiscovery smithy trait set.
The base branch for this PR would be changed to main after #2369 is merged.
Testing
Tested with the following code:
Verified that discovery endpoint operation (i.e. DescribeEndpoints) is called only once although there are three parallel query calls.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.