shwetajoshi601 / aws-cdk-hit-counter-app

An AWS CDK application built as a part of CDK workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS CDK

The AWS CDK is used to deploy your cloud infrastructure. The cdk.json file tells the CDK Toolkit how to execute your app.

The application has been built as a part of a CDK Workshop by AWS.

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

About

An AWS CDK application built as a part of CDK workshop


Languages

Language:TypeScript 88.5%Language:JavaScript 11.5%