aws-sdk-rust icon indicating copy to clipboard operation
aws-sdk-rust copied to clipboard

AWS SDK for the Rust Programming Language

Results 214 aws-sdk-rust issues
Sort by recently updated
recently updated
newest added

### Describe the feature During tests, it can be useful to disable certificate verification on the client side. ### Use Case There is a workaround today by configuring an HTTP...

feature-request
p2

### Describe the issue The SDKs do not currently have any timeouts for [stream](https://smithy.io/2.0/spec/streaming.html#streaming) APIs, and it is not obvious to the customers that their application code needs to wrap...

documentation
p2

### Describe the feature Implement a utility in aws-sdk-rust that converts structs to DynamoDB attribute items. This feature aims to simplify the process of serializing Rust data structures into the...

feature-request
p2

### Describe the feature There're [three ways](https://github.com/rustls/hyper-rustls/blob/ceb2f61cc46b70806139962a1e8652c377ed292a/src/config.rs#L12-L37) in hyper-rustls to customize roots: * rustls-native-certs * webpki-roots * rustls-platform-verifier `aws-smithy-experimental` only uses [rustls-native-certs](https://github.com/awslabs/aws-sdk-rust/blob/be73d5685edd257be570d004ff2d064aba472b00/sdk/aws-smithy-experimental/src/hyper_1_0.rs#L188-L195), but `rustls-native-certs` [doesn't work](https://github.com/rustls/rustls-native-certs/issues/3) on ios & android....

feature-request
p2