arewewebyet icon indicating copy to clipboard operation
arewewebyet copied to clipboard

Consider replacing Rusoto with aws-sdk-rust

Open tommorris opened this issue 1 year ago • 1 comments

Rusoto has switched to maintenance only and the website is now down. Amazon now maintain their own SDK for AWS, aws-sdk-rust which is actively maintained although the README notes:

The SDK is currently released as a developer preview and is intended strictly for feedback purposes only. Do not use this SDK for production workloads

It might be worth considering replacing Rusoto with aws-sdk-rust, albeit flagging up the fact AWS do not current support it in the way they do SDKs for other languages like Python or Java.

tommorris avatar Oct 18 '23 12:10 tommorris

Definitely makes sense, especially now that the AWS SDK for Rust is generally available, on version 1.x, and is fully supported.

jwarlander avatar Dec 08 '23 12:12 jwarlander