InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Aws-sdk-rust Alternatives
Similar projects and alternatives to aws-sdk-rust
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
-
sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. (by launchbadge)
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
-
-
not-yet-awesome-rust
A curated list of Rust code and resources that do NOT exist yet, but would be beneficial to the Rust community.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
aws-sdk-rust discussion
aws-sdk-rust reviews and mentions
-
Rust: Doubling Throughput with Continuous Profiling and Optimization
hi, S2 dev here. I found that if you explicitly set the algorithm for the checksum aws SDK would ignore the provided checksum and we were doing both. I also found a related issue https://github.com/awslabs/aws-sdk-rust/issues/1103
-
Go Beyond the Basics: Connecting Compute to Object Storage with the Official S3 Clients
Lastly, in case of Rust, just like we did with Go SDK, we need a custom http client to inject to the AWS SDK for Rust to make its network layer functional with wasm32-wasi compilation target. A critical consideration for this work (the most challenging aspect) would be that the AWS SDK for Rust has a dependency on Tokio, which requires developers not only to implement asynchronous coding patterns but also to handle dependencies carefully.
- Boletín AWS Open Source, Christmas Edition
-
My top picks of re:Invent 2023
The AWS SDK for Rust contains one crate for each AWS service - you can check them out here.
- AWS SDK Crates reach 1.0 🎉
-
General Availability of the AWS SDK for Rust
> What kind of plans for support of Rust's evolving async ecosystem?
We were hoping async-function-in-trait would land before GA, however, we have a plan to add support in a backwards compatible way when it's released.
> Any particular reason why the public roadmap does not show the columns similar to "Researching", "We're Working On It" like the other similar public AWS Roadmaps?
Our roadmap has unfortunately been in a state of disrepair for some time. We're hoping to get it cleaned up and accurate post GA.
> Would be nice to have fully working examples on Github, for most common scenarios across most AWS services. This is something that historically AWS SDKs have been inconsistent on. Just a request not really a question :-)
There are lots of examples here [1], some simple, some quite complex. If there's something you have in mind, please file an issue! Having great examples is one of our priorities.
[1]: https://github.com/awslabs/aws-sdk-rust/tree/main/examples
-
Proper way to do thousands of asynchronous http requests
There’s a pretty nice example of this in the aws rust sdk here.
-
[Q] How mature is the AWS Rust ecosystem?
The official AWS Rust SDK still seems to be a work in progress(developer preview) with a warning to not use it in production.
-
Hey Rustaceans! Got a question? Ask here (16/2023)!
i'm using https://github.com/awslabs/aws-sdk-rust heavily and was wondering if there was a more specific community (subreddit, Discord server, etc) of Rust x AWS developers?
-
"thread 'main' panicked at 'no CA certificates found'", when running application in docker container
Only relevant search result was this github issue, which didn't really solve the problem.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 10 Jul 2025
Stats
awslabs/aws-sdk-rust is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of aws-sdk-rust is Rust.