Skip to content

Commit

Permalink
docs: Added logos for supported languages (aws#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug-AWS authored and rix0rrr committed Nov 2, 2018
1 parent 35937b6 commit ceeaf6e
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Version](https://badge.fury.io/js/aws-cdk.svg)](https://badge.fury.io/js/aws-cdk)
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/awslabs/aws-cdk)

The **AWS Cloud Development Kit (AWS CDK)** is an open-source software development
The **AWS Cloud Development Kit (AWS CDK)** is an open-source software development
framework to define cloud infrastructure in code and provision it through AWS CloudFormation.
The CDK integrates fully with AWS services and offers a higher level object-oriented
abstraction to define AWS resources imperatively. Using the CDK’s library of
Expand All @@ -15,6 +15,8 @@ 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
Expand All @@ -28,7 +30,7 @@ The CDK is currently in developer preview and we look forward to community feedb
[API Reference](https://awslabs.github.io/aws-cdk/reference.html) |
[Getting Help](#getting-help)

![Example usage of CDK](screencast.gif)
![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
Expand Down
Binary file added docs/src/_images/DotNetLogo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/_images/DotNetLogo_40.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/_images/dotnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/_images/java.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/_images/java_40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/_images/js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/_images/js_40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/_images/screencast.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/_images/ts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/_images/ts_40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ceeaf6e

Please sign in to comment.