The AWS SDK for Rust is now generally available and supported for production use … The SDK supports modern Rust language features like async/await, non-blocking IO, and builders. It provides access to 300+ AWS Services, each with their own crate. The SDK works out of the box using sensible defaults but it’s also extensible, allowing users to customize it to their unique use case.
You must log in or register to comment.
I was just looking at this yesterday as I’m having trouble with really slow cold starts on a rust lambda in testing out.