Skip to content

willa75/CDKTalkProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cdf0ad2 · May 20, 2022

History

12 Commits
May 18, 2022
May 19, 2022
May 20, 2022
May 18, 2022
May 18, 2022
May 19, 2022
May 18, 2022
May 20, 2022
May 19, 2022
May 18, 2022
May 18, 2022
May 18, 2022
May 18, 2022
May 18, 2022
May 18, 2022

Repository files navigation

CDK Intro Talk

This is meant to be an intro intro into using CDK to show it's capabilities. Relevant sources for some of the code (specifically the Fargate/VPC/Cluster part of it) can be found in the free version of the project here.

Useful commands

  • cdk boostrap used to setup s3 bucket to hold your code, necessary before deploying for the first time.

  • npm run build compile typescript to js

  • npm run watch watch for changes and compile

  • npm run test perform the jest unit tests

  • cdk deploy deploy this stack to your default AWS account/region

  • cdk diff compare deployed stack with current state

  • cdk synth emits the synthesized CloudFormation template

About

Simple cdk setup for an "intro to cdk" talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published