-
Notifications
You must be signed in to change notification settings - Fork 650
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
Route53 calls like UPSERT are not working after API refactoring #850
Comments
Thanks for reporting this issue @begetan. The issue that you are seeing most likely is the same as #843 and was fixed in #846. This fix will be included in the SDK's next tagged release. You can work around the issue in the mean time you can configure your application to use the latest version of the Amazon Route53 client setting the module dependency to Or running go get directly on the HEAD commit of the repo.
|
Hi. I have the same problem. Try workaround with version |
I still have the same problem with the recommended module version. I am using a string without any slashes as for the old version:
This error looks like an xml malformed format somewhere in the library. go.sum file:
|
Thanks for the follow up @begetan . We have identified the issue being the built request body not containing xml namespace value which is required by route53 operations. We are currently working on it and will put out a PR shortly to fix the issue. |
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
Route53 calls like UPSERT or DELETE are not working after refactoring
Version of AWS SDK for Go?
github.com/aws/aws-sdk-go-v2 v0.27.0
Version of Go (
go version
)?go version go1.15.3 linux/amd64
To Reproduce (observed behavior)
Steps to reproduce the behavior (please share code or minimal repo)
Expected behavior
This code should create an A record with the
name
for the givenip
Actual behavior
It produces an error instead:
The text was updated successfully, but these errors were encountered: