AWS CDK Commands

0 min read 134 words

The AWS Cloud Development Kit (CDK) comes with a list of commands that you need to know:

cdk list (ls)Lists the stacks in the app
cdk synthesize (synth)Synthesizes and prints the CloudFormation template for the specified stack(s)
cdk bootstrapDeploys the CDK Toolkit staging stack; see Bootstrapping
cdk deployDeploys the specified stack(s)
cdk destroyDestroys the specified stack(s)
cdk diffCompares the specified stack with the deployed stack or a local CloudFormation template
cdk metadataDisplays metadata about the specified stack
cdk initCreates a new CDK project in the current directory from a specified template
cdk contextManages cached context values
cdk docs (doc)Opens the CDK API reference in your browser
cdk doctorChecks your CDK project for potential problems

You can learn more about the CDK here: https://docs.aws.amazon.com/cdk/v2/guide/cli.html

Tags:
Andrew
Andrew

Andrew is a visionary software engineer and DevOps expert with a proven track record of delivering cutting-edge solutions that drive innovation at Ataiva.com. As a leader on numerous high-profile projects, Andrew brings his exceptional technical expertise and collaborative leadership skills to the table, fostering a culture of agility and excellence within the team. With a passion for architecting scalable systems, automating workflows, and empowering teams, Andrew is a sought-after authority in the field of software development and DevOps.

Tags