cdk-examples
cdk-examples copied to clipboard
AWS CDK Examples Repository
Examples using AWS CDK (Cloud Development Kit)
How to Deploy Examples
Install the CDK CLI globally
npm install -g aws-cdk
Change directory to any example
cd sagemaker
Install dependencies
npm install
Set environment variables
vim .env
Deploy using the CDK CLI
cdk deploy
or deploy to non-default AWS profile
cdk deploy --profile my_profile
Other CLI Commands
-
cdk diffPrints out the difference in stacks -
cdk destroyRemoves the stack -
cdk listList the applications in given folder -
cdk synthSynthesizes and prints the CloudFormation template for the stack -
cdk initGenerates a new cdk project -
cdk doctorChecks the CDK setup