-
Notifications
You must be signed in to change notification settings - Fork 80
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: implement DefaultEndpointResolver using CRT #634
feat: implement DefaultEndpointResolver using CRT #634
Conversation
f039f3e
to
d801431
Compare
this will never happen in final models
5757f14
to
d9c4cce
Compare
d801431
to
fa1c4a3
Compare
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.
Just one general question
writer.write("self.endpointResolver = endpointResolver") | ||
} | ||
writer.indent().write("self.${it.memberName} = try \$L()", AWSServiceTypes.DefaultEndpointResolver) | ||
writer.dedent().write("}") |
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.
No need to address it here, but using indent then dedent is an awkward, potentially error-prone way of writing an if-else statement... wonder if there should be a method on writer for a two-block statement
… for cross platform
Issue #
#624
Description of changes
This changes takes awslabs/aws-crt-swift#79 Swift bindings and create wrappers for it in AWS Client Runtime. These wrappers are used in the service code which is codegen.
New/existing dependencies impact assessment, if applicable
No new dependencies were added to this change.
Conventional Commits
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.