theninthnode / cdk-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to your CDK TypeScript project!

This is a blank project for TypeScript development with CDK.

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

Running the demo app

Installation

  • Install CDK via npm/yarn.
  • Install dependencies
  • Install dependencies in resources/app & resources/web

Run

Make sure you have an aws profile set.

cdk deploy or cdk deploy --profile {profilename}

About


Languages

Language:TypeScript 58.0%Language:JavaScript 37.1%Language:Dockerfile 4.9%