Skip to content
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

codegen: Update SDK clients to use utilities for joining URL Path and RawQuery #280

Merged
merged 4 commits into from
Mar 31, 2021

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Mar 30, 2021

Updates the Smithy SDK client httpbinding serializers to use the JoinPath and JoinRawQuery utilities to ensure paths and query are joined correctly.

Related to # aws/aws-sdk-go-v2#1191

@jasdel jasdel requested review from skmcgrail and skotambkar March 30, 2021 19:20
@jasdel jasdel force-pushed the jasdel/fixup/URLPath branch from f95013c to 3b92f54 Compare March 30, 2021 20:53
@jasdel jasdel requested a review from skotambkar March 30, 2021 21:23
@jasdel jasdel merged commit 397f65f into main Mar 31, 2021
jasdel added a commit to aws/aws-sdk-go-v2 that referenced this pull request Mar 31, 2021
Fixes the API clients to not ignore the resolved endpoint's URL Path and RawQuery parameters. Instead of ignoring the values the SDK will append the operation's modeled Path and Query String.

Fixes #1191

Depends on aws/smithy-go#280
@jasdel jasdel deleted the jasdel/fixup/URLPath branch March 31, 2021 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants