Skip to content

Commit

Permalink
chore: README tweaks (#3329)
Browse files Browse the repository at this point in the history
Added a link to the CDK Workshop
Added GA indicators for TypeScript/Python
Removed a developer preview comment
  • Loading branch information
fulghum authored and rix0rrr committed Jul 17, 2019
1 parent a438e57 commit da7fe0c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down

0 comments on commit da7fe0c

Please sign in to comment.