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)?