Contact Form

Name

Email *

Message *

Cari Blog Ini

Cdk Commands

AWS CDK Toolkit

The CLI

The CLI command cdk is the primary tool for interacting with your AWS CDK app. It executes your app, interrogates the application model, and deploys your app to the cloud.

Commands

This section contains command reference information for the AWS Cloud Development Kit (AWS CDK) Command Line Interface (CLI).

CDK has a set of basic commands that facilitate the management, deployment, and interactions of your cloud applications.

To create a new CDK App, we have to use the cdk init command. We can write our CDK code in many programming languages, and init will create a basic project structure for us.


Comments