Add support for config resolver#738
Closed
ubaskota wants to merge 1 commit into
Closed
Conversation
Alan4506
reviewed
Jul 16, 2026
# Conflicts: # packages/smithy-aws-core/src/smithy_aws_core/config/exceptions.py
ubaskota
force-pushed
the
config_resolver_implementation
branch
from
July 21, 2026 17:55
34efc14 to
feb09c2
Compare
jonathan343
requested changes
Jul 21, 2026
jonathan343
left a comment
Contributor
There was a problem hiding this comment.
Thanks Ujjwal. Overall, everything seems functional after testing with different direct, env var, and config file setups.
I let some comments calling out some gaps and bugs in the implementation. Let me know if you have any questions. I'll continue to think about if this is the optimal interface we want to expose.
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:
Description of changes:
This change implements the async config resolution pipeline with
AsyncAwsConfigusing aresolve()classmethod as the only construction path. It addsSharedConfigContextfor holding env vars and memoized config file data,FieldSpecfor per-field resolution metadata, and provenance tracking viaConfigSource. Resolvers for region andretry_strategy_optionsare included along with validators for both fields.Testing:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.