create smithy plugin to generate BDD ruleset - #3880
Open
sbiscigl wants to merge 2 commits into
Open
Conversation
sbiscigl
marked this pull request as ready for review
July 27, 2026 17:56
sbiscigl
force-pushed
the
generate-bdd-rulesset
branch
6 times, most recently
from
July 27, 2026 20:47
5b2d183 to
7f5708e
Compare
pulimsr
approved these changes
Jul 29, 2026
pulimsr
reviewed
Jul 29, 2026
kai-ion
approved these changes
Jul 29, 2026
sbaluja
reviewed
Jul 29, 2026
sbaluja
reviewed
Jul 29, 2026
| private static String sanitize(String s) { | ||
| return s.replace(" ", "").replace("-", "").replace("_", "") | ||
| .replace("Amazon", "").replace("AWS", "").replace("/", ""); | ||
| } |
Collaborator
There was a problem hiding this comment.
We're duplicating functionality here. ServiceNameUtilJava.sanitizeServiceAbbreviation does this already
sbaluja
reviewed
Jul 29, 2026
sbiscigl
force-pushed
the
generate-bdd-rulesset
branch
from
July 30, 2026 19:16
7f5708e to
6b3cbc7
Compare
sbaluja
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
#2880
Description of changes:
Adds a flag
--use-smithy-bdd-endpointsthat will enable a smithy plugin to generate a BDD rules set representation and swap clients to use a BDD endpoint provider by default. from preliminary testing we see a large reduction in client contruction time and endpoints resolution time in the S3 ClientThis PR will NOT trigger generation, a follow up PR will swap the default value, and move clients to the new endpoint provider.
Check all that applies:
Check which platforms you have built SDK on to verify the correctness of this PR.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.