Closed kochie closed 2 years ago
Thanks for bring this to our attention @kochie, the AWS SDK for Go V2 has not implemented the endpoint discovery protocol that is required by this service. This is one of the few if only services that this feature is not optional with, and we should have not shipped it since its not usable without a workaround. I will update this comment here shortly on how you can temporarily work around this issue.
All good @skmcgrail! Worth checking if this is also the case for timestreamwrite
as well, since I haven't checked that yet.
The SDK added support for endpoint discovery and was available starting with service/timestreamwrite/v1.3.0
of timestreamwrite module.
Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug When using the query methods in the
timestreamquery
library the client returns a 404 specifyingThe http request is as follows
However when I log the v1 sdk and complete a query I have no problems. The sdk performs the request to
query-cell2.timestream.us-east-1.amazonaws.com
Version of AWS SDK for Go? v1.3.0
Version of Go (
go version
)? go1.15.8 darwin/amd64To Reproduce (observed behavior)
Expected behavior The query should execute successfully.