Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

TysonWorks/cdk-examples

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 diff Prints out the difference in stacks

  • cdk destroy Removes the stack

  • cdk list List the applications in given folder

  • cdk synth Synthesizes and prints the CloudFormation template for the stack

  • cdk init Generates a new cdk project

  • cdk doctor Checks the CDK setup

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.