Skip to content

Commit

Permalink
Updating README with CDK intro/overview text (aws#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulghum authored and RomainMuller committed Aug 22, 2018
1 parent 24ce10c commit 4bafcca
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@
[![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 infrastructure modeling
framework that allows you to define your cloud resources using an imperative
programming interface. The CDK is currently in developer preview. We look
forward to community feedback and collaboration.
The **AWS Cloud Development Kit (AWS CDK)** is an open-source software development
framework to define cloud infrastructure 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
infrastructure [constructs], you can easily encapsulate AWS best practices in your
infrastructure definition and share it without worrying about boilerplate logic. The
CDK improves the end-to-end development experience because you get to use the power
of modern programming languages to define your AWS infrastructure in a predictable
and efficient manner. The CDK is currently available for Java, JavaScript, and
TypeScript.

The CDK is currently in developer preview and we look forward to community feedback and collaboration!

[User Guide] |
[Getting Started] |
Expand Down

0 comments on commit 4bafcca

Please sign in to comment.