-
I'm trying to run a tokio runtime on EC2 instance with IAM instance role that has full admin access. While instantiating DynamoDbClient using the IAM role for credentials but I keep getting the follo…
dtrce updated
3 months ago
-
It seems support was added for this based on https://github.com/awslabs/aws-sdk-rust/releases/tag/v0.0.17-alpha
Look into integrating this into `S3FileSystem` or using it to create a `TableProvider…
-
The @open-telemetry/rust-maintainers GitHub team has been the owner of OpenTelemetry-related Rust crates on crates.io (https://crates.io/teams/github:open-telemetry:rust-maintainers), allowing package…
-
The motivation to do this is to not have the server depend on `SdkBody`. `SdkBody` is a body type which has been tailored for smithy-rs _clients_, and in particular for the AWS Rust SDK. For example, …
-
### Describe the issue
Can you please add just a basic example of how to create a client and issue a request in a real-world app or lambda? The demo cases all use macros, and the README has only co…
-
## Abstract
The objective of this issue is to contemplate the possibility of making Wing a truly autonomous programming language by replacing the prerequisite of having an active Nodejs setup with …
-
I just tried the aws-sdk-ec2 in my workspace. rusoto_ec2 was always the second to last crate and took forever (66s) to build. aws-sdk-ec2 seems to be even worse.
```bash
> cargo +nightly build -Z…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the com…
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to he…
-
### Describe the bug
after upgrading aws sdk from 0.x to 1.x, we started seeing [stack overflows in our tests](https://github.com/quickwit-oss/quickwit/issues/4963). After investigation, it seems `…