Ian Botsford
Ian Botsford
Does not reproduce on a different machine running the same OS and IDE. Some environmental difference is contributing to this issue.
Issue no longer occurs with latest codebase.
The error response for `InvaildChangeBatch` doesn't match the normal [format expected for restXml errors](https://awslabs.github.io/smithy/1.0/spec/aws/aws-restxml-protocol.html#operation-error-serialization). From [the Go v2 SDK tests](https://github.com/aws/aws-sdk-go-v2/blob/main/service/route53/internal/customizations/custom_error_deser_test.go#L24-L51), sample `InvalidChangeBatch` response: ```xml Tried to create resource record set...
Hi @michaelbrewer, thank you for the feature request. We'd definitely love to provide the equivalent of DynamoDbMapper in the future. I'll leave this request open to allow others to 👍...
Additional context from #76: > We might be able to do this as a compiler plugin and generate rather optimized code so that we don't have to rely on annotation...
We have no new updates to share at this time. Providing a high-level DynamoDB client remains on our roadmap but will likely not be prioritized until the underlying SDK itself...
Closed in favor of #399
Hi @vgiguere, thanks for the bug report. To confirm a few things: The SDK's default HTTP engine was changed to be OkHttp (not Ktor) in **0.16.4-beta**. We still provide a...
I cannot reproduce a strictly-increasing memory leak, even after running for several hours at high TPS. When taking periodic heap dumps, I do occasionally see 10K+ `CombinedContext` objects but subsequent...
Unfortunately, we don't provide an equivalent credentials provider as part of this SDK. This item isn't yet on our roadmap but I'll leave this issue open so we can gauge...