Skip to content

Initial Preview Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@aajtodd aajtodd released this 18 Mar 19:15
· 2127 commits to main since this release
b0c22ea

WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

This is the initial beta release of AWS SDK Kotlin. It represents an early look at the overall API surface.

See the Getting Started Guide for how to work with beta releases and examples.

Services in this release

  • DynamoDB
  • Polly
  • Translate
  • Cognito Identity Provider
  • Secrets Manager
    • NOTE: Default idempotency token provider will not currently work, you'll need to override the config to create or update secrets until #180 is implemented
  • KMS
  • Lambda

NOTES:

  • We currently can (theoretically) support any JSON based AWS protocol. If there is a service you would like to see added in a future release (before developer preview) please reach out and let us know.
  • No customizations are currently implemented, some SDK's may not behave 100% correctly without such support.
  • Retries, waiters, paginators, and other features are not yet implemented

Features

  • Coroutine API
  • DSL Builders
  • Default (environment or config) or static credential providers only. Additional providers will be added in later releases.
  • JVM only support (multiplatform support is on the roadmap)