-
Notifications
You must be signed in to change notification settings - Fork 53
Update rule set #599
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
Update rule set #599
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #599 +/- ##
=======================================
Coverage 89.13% 89.13%
=======================================
Files 23 23
Lines 7585 7585
=======================================
Hits 6761 6761
Misses 824 824 🚀 New features to boost your workflow:
|
| else: | ||
| partition = download_from_git('https://raw.githubusercontent.com/aws/aws-sdk-cpp/main/tools/code-generation/partitions/partitions.json') | ||
| partition = download_from_git( | ||
| 'https://raw.githubusercontent.com/aws/aws-sdk-cpp/main/tools/code-generation/partitions/partitions.json') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we still using CPP sdk for something specific? I thought we were moving to public models instead of relying on CPP sdk?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only rule set are available from the model, the partition is not.
The baseline partitions.json file will be delivered via a SDK release tool that we are not on. So, we still need to grab it via C++ SDK.
Issue #, if available:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.