3154 Forks
10052 Stars
10052 Watchers

aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

How to download and setup aws-cdk

Open terminal and run command
git clone https://github.com/aws/aws-cdk.git
git clone is used to create a copy or clone of aws-cdk repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with aws-cdk https://github.com/aws/aws-cdk/archive/master.zip

Or simply clone aws-cdk with SSH
[email protected]:aws/aws-cdk.git

If you have some problems with aws-cdk

You may open issue on aws-cdk support forum (system) here: https://github.com/aws/aws-cdk/issues