diff --git a/README.md b/README.md index 47c44c6c88556..97d521bf519ee 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,15 @@ infrastructure definition and share it without worrying about boilerplate logic. The CDK is available in the following languages: -* JavaScript, TypeScript ([Node.js ≥ 8.11.x](https://nodejs.org/en/download)) -* Python ([Python ≥ 3.6](https://www.python.org/downloads/)) +* JavaScript, TypeScript (GA, [Node.js ≥ 8.11.x](https://nodejs.org/en/download)) +* Python (GA, [Python ≥ 3.6](https://www.python.org/downloads/)) * Java (Developer Preview, [Java ≥ 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) and [Maven ≥ 3.5.4](https://maven.apache.org/download.cgi)) * .NET (Developer Preview, [.NET Core ≥ 2.0](https://dotnet.microsoft.com/download)) -The CDK is currently in developer preview and we look forward to community feedback and collaboration! - ------- [Developer Guide](https://docs.aws.amazon.com/cdk/latest/guide) | +[CDK Workshop](https://cdkworkshop.com/) | [Getting Started](https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html) | [API Reference](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-construct-library.html) | [Examples](https://github.com/aws-samples/aws-cdk-examples) |