aws-sdk-kotlin
aws-sdk-kotlin copied to clipboard
Multiplatform AWS SDK for Kotlin
## Issue \# [smithy-kotlin#677](https://github.com/awslabs/smithy-kotlin/issues/677) ## Description of changes Incorporate necessary changes for implementing tracing via `ExecutionContext`. **Companion PR**: [smithy-kotlin#707](https://github.com/awslabs/smithy-kotlin/pull/707) By submitting this pull request, I confirm that my contribution is...
### Describe the bug We are hitting a parse error when we pull down all the journeys. We have noticed it has something to do with the schedule as it...
### Describe the feature It would be useful to allow auto registration of various SDK configuration on the JVM via SPI (ServiceLoader). Possible candidates: * HTTP engine * Tracing probe...
There's a bug in Dokka that prevents links from working across modules in the same repo: [dokka#2679](https://github.com/Kotlin/dokka/issues/2679). A short-term workaround exists by enabling non-hierarchical project compatibility mode in **gradle.properties**: ```...
### Describe the feature Our Gradle Nexus plugin functions adequately much of the time but has two problems: * It occasionally times out too quickly while waiting for repository states...
### Describe the feature Implement the "adaptive" retry mode (`RetryStrategy`) that has been standardized across AWS SDKs. Ensure env and profile values propagate through for this setting. ### Is your...
### Describe the bug While running some code that processes messages rapidly from SQS, I saw a frequent, but irregular errors loading credentials for the worker under load. The set...
### Describe the feature Add the ability to force operations to re-lookup DNS on retries. ### Is your Feature Request related to a problem? This is a recommendation from S3...