-
Notifications
You must be signed in to change notification settings - Fork 612
feat(clients): enable Endpoint Discovery #2395
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
Conversation
…iscovery trait is set
Codecov Report
@@ Coverage Diff @@
## main #2395 +/- ##
=======================================
Coverage ? 59.11%
=======================================
Files ? 490
Lines ? 26181
Branches ? 6213
=======================================
Hits ? 15476
Misses ? 10705
Partials ? 0 Continue to review full report at Codecov.
|
The codegen-ci is failing, as smithy-ts changes are not merged yet smithy-lang/smithy-typescript#340 What I verified in my workspace:
|
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.
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.