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.

  • snowe@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    I was just looking at this yesterday as I’m having trouble with really slow cold starts on a rust lambda in testing out.