Skip to content

Commit

Permalink
docs(readme): add python and fix broken image links (aws#2545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel authored May 15, 2019
1 parent e4e24ab commit 82c1f10
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ CDK improves the end-to-end development experience because you get to use the po
of modern programming languages to define your AWS infrastructure in a predictable
and efficient manner.

![](docs/src/_images/java_40.png) ![](docs/src/_images/js_40.png) ![](docs/src/_images/ts_40.png) ![](docs/src/_images/DotNetLogo_40.jpg)

The following languages are currently supported:

* Java
* JavaScript, TypeScript
* Python
* Java
* .NET

The CDK is currently in developer preview and we look forward to community feedback and collaboration!
Expand All @@ -31,8 +30,6 @@ The CDK is currently in developer preview and we look forward to community feedb
[Examples](https://github.com/aws-samples/aws-cdk-examples) |
[Getting Help](#getting-help)

![Example usage of CDK](docs/src/_images/screencast.gif)

Developers can use one of the supported programming languages to define reusable
cloud components called [constructs], which are composed together into
[stacks] and [apps].
Expand Down Expand Up @@ -81,12 +78,6 @@ Use the `cdk` command-line toolkit to interact with your project:
* `cdk synth`: synthesizes an AWS CloudFormation template for your app
* `cdk diff`: compares your app with the deployed stack

Read the [docs](https://awslabs.github.io/aws-cdk/):

```bash
$ cdk docs
```

For a detailed walkthrough, see [Tutorial] in the AWS CDK [Developer Guide].

## Getting Help
Expand Down

0 comments on commit 82c1f10

Please sign in to comment.