aws-sdk-kotlin
aws-sdk-kotlin copied to clipboard
Multiplatform AWS SDK for Kotlin
### 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...
### 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...
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...
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...
### 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...
### 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...
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...
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...
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...
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...