Skip to content

tinystacks/sample-cdk-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 27, 2023
7d8abd3 · Jan 27, 2023

History

45 Commits
Sep 2, 2022
Sep 20, 2022
Aug 12, 2022
Aug 12, 2022
Aug 12, 2022
Jan 27, 2023
Aug 12, 2022
Sep 19, 2022
Aug 12, 2022
Aug 12, 2022
Aug 12, 2022
Aug 12, 2022
Oct 17, 2022
Aug 30, 2022
Aug 12, 2022

Repository files navigation

Welcome to your CDK TypeScript project

This is a blank project for CDK development with TypeScript.

The cdk.json file tells the CDK Toolkit how to execute your app.

Useful commands

  • 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