aws-sdk-kotlin
aws-sdk-kotlin copied to clipboard
Multiplatform AWS SDK for Kotlin
### Describe the feature It would be good to have a Kotlin version of Encryption SDK. Right now there is only a Java version (https://github.com/aws/aws-encryption-sdk-java/) ### Is your feature request...
### Describe the bug I’m encountering a SocketTimeoutException when using the AWS Kotlin SDK to connect to DynamoDB in a Kubernetes environment. The exception occurs during the SSL handshake when...
### Describe the bug `ByteStreamJVM.writeToOutputStream` is documented as `This method does not flush or close the given OutputStream.` but does close the stream (indirectly). `outputStream.sink()` ultimately creates an `okio.OutputStreamSink` that...
### Describe the issue Currently the documentation [here](https://docs.aws.amazon.com/sdk-for-kotlin/latest/developer-guide/setup-create-project-file.html) does not show or mention the BOM. Using the BOM should be the default / recommended approach, as it encapsulates the version...
### Describe the feature atm the bom is not part of the SDK-published version catalog. When using the BOM with the version catalog you have to specify the SDK version...
## Issue \# ## Description of changes -Changes to the credential provider chain and profile credentials provider to abide to new specification. -Old tests were modified to accommodate the new...
## Issue \# ## Description of changes -misc: reintroduce support for smoke test gradle task -misc: reintroduce smoke tests e2e tests -misc: add failed smoke test exception logging test to...
### Describe the bug When running with localstack-pro for Timestream, it throws below errors: ``` http://localhost:4566 is not a valid inet host java.lang.IllegalArgumentException: http://localhost:4566 is not a valid inet host...
### Describe the bug When using waiters the underlying operation may take considerable time that exceeds the hard-coded attempts/timeouts. This results in the waiter throwing a TooManyAttemptsException. For example, RdsClient.waitUntilDBSnapshotAvailable...
### Describe the issue Users often have questions about unit testing with the SDK, specifically around mocking (which can be tricky for lambda DSL blocks) and extension methods. Write some...