HomeSoftware EngineeringAWS CDK Instructions | Software program Enginering Authority

AWS CDK Instructions | Software program Enginering Authority


The AWS Cloud Improvement Equipment (CDK) comes with a listing of instructions that that you must know:

cdk recordĀ (ls) Lists the stacks within the app
cdk synthesizeĀ (synth) Synthesizes and prints the CloudFormation template for the required stack(s)
cdk bootstrap Deploys the CDK Toolkit staging stack; seeĀ Bootstrapping
cdk deploy Deploys the required stack(s)
cdk destroy Destroys the required stack(s)
cdk diff Compares the required stack with the deployed stack or an area CloudFormation template
cdk metadata Shows metadata in regards to the specified stack
cdk init Creates a brand new CDK challenge within the present listing from a specified template
cdk context Manages cached context values
cdk docsĀ (doc) Opens the CDK API reference in your browser
cdk physician Checks your CDK challenge for potential issues

You’ll be able to be taught extra in regards to the CDK right here: https://docs.aws.amazon.com/cdk/v2/information/cli.html

RELATED ARTICLES

Most Popular

Recent Comments