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

Multiplatform AWS SDK for Kotlin

Results 171 aws-sdk-kotlin issues
Sort by recently updated
recently updated
newest added

## 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...

bug

### 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...

feature-request
no-auto-closure

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**: ```...

documentation

### 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...

feature-request

### 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...

feature-request
good first issue
no-auto-closure

### 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...

bug

### 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...

feature-request
no-auto-closure