A New AWS SDK for Rust
aws.amazon.com
A New AWS SDK for Rust
1–10 of 62 posts
Re: A New AWS SDK for Rust
#2More so than language syntax, the driver of adoption of a language is ecosystem. Rust is rapidly building up a very impressive ecosystem around it.
Re: A New AWS SDK for Rust
#3> We are exploring ways to support multiple Rust async runtimes.
Looking to be runtime agnostic from the start is a good sign, although it can be challenging in async rust's current state. It looks like they aren't tied into much async IO, so it should be relatively easy for this library.
Re: A New AWS SDK for Rust
#4Re: A New AWS SDK for Rust
#5Still waiting on GCP to announce theirs
> Greetings folks! I work on the team that builds the Cloud Client Libraries. Per the last comment - I can absolutely share that we're not actively working on a Rust SDK right now, and we have no immediate plans to start. We completely understand this would be useful, and we'd love to go build it. However, we're focusing all of our energies on Java, Go, Node.js, Python, C#, Ruby, PHP, and C++ at the moment. If you're looking to build something, I'd be happy to bounce ideas with you!
For now, we have https://github.com/Byron/google-apis-rs.
Re: A New AWS SDK for Rust
#6As good as rusoto is, an official SDK is a huge step forward. Many were wondering how AWS could be "commited to Rust" but not provide an official SDK, this looks great! > We are exploring ways to support multiple Rust async runtimes. Looking to be runtime agnostic from the start is a good sign, although it can be challenging in async rust's current state. It looks like they aren't tied into much async IO, so it shoul…
Yes. It might not be "a huge step forward" in tech terms, but it would be definitely very positive for wider adoption, especially from "enterprises" where all is based on "standards".
Re: A New AWS SDK for Rust
#7Also, rusoto is a great name and I hope we get to keep it.
Re: A New AWS SDK for Rust
#8Re: A New AWS SDK for Rust
#9Now they need an official Jetbrains IDE and we'll know Rust has made it.
Re: A New AWS SDK for Rust
#10Now they need an official Jetbrains IDE and we'll know Rust has made it.
Using the plugin with CLion feels very well integrated, and I’m not sure what else we’d get out of a seperate IDE other than more distinct branding.