Aaron Todd

Results 98 comments of Aaron Todd

Is this just a "nice to have" request or is this blocking something for you? As far as I understand the request you can get this now by wrapping client...

> Q: what are RegionProviders used for in Kotlin SDK? They aren't symmetrical with CredentialsProvider behaviour (provider set at construction time, queried for each API call). Kotlin SDK clients look...

Upstream X-Ray request for native support: https://github.com/aws/aws-xray-sdk-java/issues/381

NOTE: The SDK has been instrumented and has support for OpenTelemetry based provider that can be used to get data into AWS X-Ray. See the [observability](https://docs.aws.amazon.com/sdk-for-kotlin/latest/developer-guide/observability.html) section of the developer...

We could probably use [serde alias](https://serde.rs/field-attrs.html#alias) to abstract (2) and allow any of (e.g.) `action/actions/Action/Actions`. Or whatever set of values we want to accept. I'm leaning towards just one upper/lower...

I've started implementing this in the conditions branch and I'm going to layout a few design considerations here for posterity. I'll preface this by saying the goal of riam is...

I think on second thought we need support for `IfExists`, and the set operators `ForAnyValue`/`ForAllValues` (see [here](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_multi-value-conditions.html#reference_policies_multi-key-or-value-conditions)). If not out of the gate, immediately following. The description for these operators...

Thanks for this PR but this would be a better addition to the gov2 examples in the aws-doc-sdk-examples [repo](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/gov2).

@BrandonRoehl Thanks for the PR and apologies for the delayed response. I think this overlaps with https://github.com/aws/aws-sdk-go-v2/pull/1742. I think we want to land one of these but not both. Right...

Both the CLI and AWS SDK for Go work off the same underlying DynamoDB [Query API ](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html#DDB-Query-request-Limit) `--page-size` is mapped to `Limit` in the CLI: ``` > aws dynamodb query...