Skip to content

Commit 93b904c

Browse files
committed
Periodic doc update
1 parent 4eb4d5f commit 93b904c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The AWS Cloud Development Kit \(AWS CDK\) is an open\-source software developmen
44

55
The AWS CDK consists of two primary parts:
66
+ **[AWS CDK Construct Library](constructs.md)** – A collection of pre\-written modular and reusable pieces of code, called constructs, that you can use, modify, and integrate to develop your infrastructure quickly\. The goal of the AWS CDK Construct Library is to reduce the complexity required to define and integrate AWS services together when building applications on AWS\.
7-
+ **[AWS CDK Command Line Interface \(AWS CDKCLI](cli.md)** – A command line tool for interacting with CDK apps\. Use the CDK CLI to create, manage, and deploy your AWS CDK projects\. The CDK CLI is also referred to as the CDK Toolkit\.
7+
+ **[AWS CDK Command Line Interface \(AWS CDK CLI\)](cli.md)** – A command line tool for interacting with CDK apps\. Use the CDK CLI to create, manage, and deploy your AWS CDK projects\. The CDK CLI is also referred to as the CDK Toolkit\.
88

99
The AWS CDK supports TypeScript, JavaScript, Python, Java, C\#/\.Net, and Go\. You can use any of these supported programming languages to define reusable cloud components known as [constructs](constructs.md)\. You compose these together into [stacks](stacks.md) and [apps](apps.md)\. Then, you deploy your CDK applications to AWS CloudFormation to provision or update your resources\.
1010

0 commit comments

Comments
 (0)