aws-sdk-rust
aws-sdk-rust copied to clipboard
New Service Support: Amazon Timestream
Note: requires completion of smithy-rs#109 because timestream requires endpoint discovery to function
Any workaround for now, since endpoint discovery not implemented. We want to insert records to Timestream using rust SDK.
There is no current workaround. We recognize that this is an important feature and will implement it as soon as our priorities allow.
Seems like smithy-rs already supports it - is there any update on Timestream support in Rust SDK?
Support was added to smithy-rs, so the next full release (that is, not just a models update) of the SDK should include it. It may be a few weeks before that happens though.
As of the August 3rd, 2023 release, the SDK now has experimental support for Timestream. In order to use it, you MUST call .with_endpoint_discovery_enabled() on the Client after construction.
Thank you @jdisanti
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.