Skip to content

This repository provides a concise summary of AWS CDK, offering insights on how it works, along with instructions for installation and management.

License

Notifications You must be signed in to change notification settings

VCauthon/Summary-AWS-CDK-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Summary-AWS-CDK (っ´ω`)ノ(╥ω╥)

This repository provides a concise summary of AWS CDK, offering insights on how it works, along with instructions for installation and management.

The explanations below assume that the project will run on LINUX and will be developed using Python.

PROJECT INDEX

CHEAT SHEET

COMMAND ACTION
cdk list Lists all the stacks in the app
cdk diff Compares the current state of the stack with the state of the deployed stack
cdk deploy Deploys the stack to your default AWS account/region
cdk destroy Destroys the stack
cdk doctor Checks your environment and displays information about issues that it detects
cdk synth Synthesizes and prints the CloudFormation template for the specified stack(s)

SOURCES

About

This repository provides a concise summary of AWS CDK, offering insights on how it works, along with instructions for installation and management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published