Skip to content

sousandrei/cdk-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS-CDK Typescript Example

Usage

You'll need aws-cli and valid credentials to an aws account to use this project.

For more information:

Commands

yarn build # Builds the package
yarn watch # Builds watching for changes
yarn clean # Cleans the builds


yarn deploy # Deploy all stacks to AWS, you can pass a name to deploy only one stack
yarn destroy # Destroy all stacks from aws, you can pass a name to destroy only one stack
yarn diff # Shows the diff between deployed stack and local code
yarn synth # Generates the cdk.out files, those being the stack ready for deployment

About

minimal aws-cdk template in typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published