Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

This repo contains the AWS SDK for Kotlin and its [public roadmap](https://github.com/awslabs/aws-sdk-kotlin/projects/2)

**The AWS SDK for Kotlin is currently in alpha and is intended strictly for feedback purposes only. Do not use this SDK for production workloads. Refer to the SDK [stability](docs/stability.md) guidelines**
**The AWS SDK for Kotlin is currently in developer preview and is intended strictly for feedback purposes only. Do not use this SDK for production workloads. Refer to the SDK [stability](docs/stability.md) guidelines**

## Getting Started

Expand Down
6 changes: 3 additions & 3 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Alpha Release Quickstart
# Beta Release Quickstart

Alpha releases of the AWS SDK for Kotlin are published to Maven Central with the `-alpha` qualifier.
**NOTE: Alpha releases are not meant for production workloads**.
Beta releases of the AWS SDK for Kotlin are published to Maven Central with the `-beta` qualifier.
**NOTE: Beta releases are not meant for production workloads**.
Consult the [stability guide](stability.md) for more information on SDK stability and maintenance.

1. Add the repository to your Gradle or Maven configuration
Expand Down