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

### Describe the bug The `Message` member of errors in smithy needs special casing. As an example the STS [InvalidIdentityTokenException](https://github.com/awslabs/aws-sdk-kotlin/blob/v0.9.5-beta/codegen/sdk/aws-models/sts.2011-06-15.json#L897) has a member `message` but the actual response that comes...

bug
help wanted
codegen
no-auto-closure
p2

### Describe the feature The ECS credentials provider added in #475 only allows `127.0.0.1`/`[::1]` IP addresses when `AWS_CONTAINER_CREDENTIALS_FULL_URI` is used with `http`. Metadata services should be allowed to provide any...

feature-request
runtime
no-auto-closure

It would be nice to track build and release metrics over time such as: * artifact size * benchmark results * build times * LOC This is a placeholder ticket...

chore
ci/cd
no-auto-closure
p2

The dynamodb jar size is ~5MB, which is approximately twice as big as aws-sdk-java-v2. The task here is to investigate ways to reduce the final size. I did some preliminary...

feature-request
no-auto-closure

### 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 community and maintainers prioritize this request * Please do...

feature-request
module/s3
no-auto-closure

### 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 community and maintainers prioritize this request * Please do...

feature-request
no-auto-closure

Support for Kotlin Native targets ### 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 community and maintainers prioritize...

feature-request
no-auto-closure

Support for Kotlin JS targets ### 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 community and maintainers prioritize...

feature-request
no-auto-closure

It's not particularly efficient to have to launch a coroutine and proxy an `SdkByteReadChannel` to CRT. We should probably consider special casing file inputs such that we don't have to...

no-auto-closure

Implement an ARN parser and supporting classes. Consider how this will integrate with the various endpoint customizations (e.g. S3 virtual host, Westeros, MRAP) etc which is the primary use case...

no-auto-closure