Using the Rust AWS SDK in production

Hi everyone, I am considering using Rust for a customer-facing service that should run in AWS. That service should interact with some AWS components SNS, SQS, S3 and (possibly) Kinesis.

After reading the AWS documentation and this thread, I understand that the Rusoto project is in maintanance mode and the AWS SDK is still in developer preview.

Is there anyone using Rust to interact with AWS services in production?
In which case, which library did you adopt? Or did you find workarounds (e.g. direct HTTP calls to AWS)?

We're running docs.rs with the official SDKs since may last year, specifically the S3 piece, recently also CloudFront.

Until now there were regular, small, breaking changes to adapt to in your code, but in production it runs 100% stable.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.