aws-sdk-rust
aws-sdk-rust copied to clipboard
AWS SDK for the Rust Programming Language
### Describe the feature We host our functionality in a custom running Kubernetes cluster. For each pod we deploy, we annotate it with the AWS role arn that it needs...
### Describe the bug Recently after SDK upgrade to aws-s3-sdk(>1.14), we notice upward trend of S3 GET timeout errors in production. We already ruled out the issue from #1118 ....
### Describe the issue Hello! I was reading through some of the generated code in the `aws-sdk-ec2` crate and stumbled upon this: `aws-smithy-types` has this enum: ```rust pub enum Number...
### Describe the issue I've made good attempts to understand how Timestream's ReloadEndpoint works, which doesn't seem to documented well. It still doesn't make sense to me, unfortunately. The docs.rs...
### Describe the issue Per @kornelski's [request](https://gitlab.com/crates.rs/crates.rs/-/issues/117#note_1220777282): > "It would be very helpful if these crates had relevant keywords and categories fields. Currently I have to scrape the readme to...
### Describe the feature fallback to the webpki root certs if no native certs are found ### Use Case I like to use a project that uses this sdk in...
### Describe the feature Add support for an S3 "transfer manager" high level library like the ones found in other SDKs (e.g. [Java v2](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/transfer-manager.html)). ### Use Case See description. ###...
### Describe the bug We are experiencing random latency spikes (which go up to 10s) in DynamoDB operations while using the AWS Rust SDK in our project. These spikes randomly...
### Describe the feature like boto3: https://github.com/boto/boto3/blob/5eaa86735c78be7332fbc340813ba286a629f92b/boto3/dynamodb/table.py#L91 Avoid validation error "Provided list of item keys contains duplicates" when batch write item by auto de-dup. ### Use Case Now I have...