Live data from Hacker News

A New AWS SDK for Rust

aws.amazon.com

1–10 of 62 posts

Re: A New AWS SDK for Rust

#2
This is huge for Rust. With Microsoft Windows SDK and now with this, Rust is starting to get first party support on platforms.

More 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
As 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 should be relatively easy for this library.

Re: A New AWS SDK for Rust

#5

Still waiting on GCP to announce theirs

The Rust community opened an issue on their tracker [0] - it seems that they are not working on one right now:

> 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.

[0]: https://issuetracker.google.com/issues/124538614

Re: A New AWS SDK for Rust

#6

As 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…

> As good as rusoto is, an official SDK is a huge step forward.

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

#10
post #8

Now they need an official Jetbrains IDE and we'll know Rust has made it.

I believe Jetbrains have stated that there would need to be more value to create a whole new product.

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.

Post reply on HN