-
Notifications
You must be signed in to change notification settings - Fork 578
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(private): add generic client aws-echo-service #2950
Conversation
78c17b9
to
78ec657
Compare
Codecov Report
@@ Coverage Diff @@
## main #2950 +/- ##
=======================================
Coverage 58.60% 58.60%
=======================================
Files 561 561
Lines 30272 30272
Branches 7452 7452
=======================================
Hits 17742 17742
Misses 12530 12530 Continue to review full report at Codecov.
|
78ec657
to
d4116fc
Compare
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
Refs: #2939
In step 1, we prefix
aws-protocoltests-
to protocol tests in #2942.In step 2, the
protocol_tests
folder was renamed toprivate
in #2943.In step 3, the generic client is added in new folder in this PR.
In step 4, we will run CI on generic client.
Description
Adds generic client aws-echo-service.
Testing
yarn generate-clients
without optionn
is passed.private
is set totrue
inaws-echo-service/package.json
ensuring that@aws-sdk/aws-echo-service
will not be published.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.