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

We should provide a way to either check in `smithy-build.json` for each AWS service generated or provide a way to merge configs such that we can check in _something_. Right...

no-auto-closure

### Describe the feature Currently, the S3Client upload and get support `ByteStream`, when using it in a Reactive application, it is not so easy to convert a reactive streams type...

feature-request

### Describe the issue In the documentation "Setting up the AWS SDK for Kotlin" there is a reference to `implementation("aws.sdk.kotlin:cognito:0.9.4-beta")` but this library does not exist in maven. https://mvnrepository.com/artifact/aws.sdk.kotlin/cognito How...

documentation
investigating

### Describe the bug I have an error when I upload large file (but not always..) I thought this was fixed with https://github.com/awslabs/smithy-kotlin/pull/624 but this seems the same issue as...

bug

### Describe the feature Provide some mechanism for using the nice `Flow`-based `Paginated` APIs without running into `rate exceeded` exceptions on services that have low throttle limits (e.g. SSM `describeInstanceInformation`)....

feature-request

### Describe the bug When creating a static native image using GraalVM, we get runtime errors that seem to relate to the AWS Kotlin SDK. ### Expected behavior We are...

feature-request
no-auto-closure

### Describe the feature Provide a high-level DynamoDB client which performs object-data mapping, similar to [the DynamoDBMapper for the AWS SDK for Java](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBMapper.html). ### Is your Feature Request related to...

feature-request
no-auto-closure

### Describe the bug Hey, this is strange, and is making me worry that I'm just doing something really dumb, but given that this SDK is in beta perhaps there...

bug

### Describe the feature Add support for Progress Listener on PutObjectRequest, GetObjectRequest and UploadPartRequest. Progress Listener is used to track progress for Upload and Download task from S3. ### Is...

feature-request