Skip to content

radlinskii/aws-cdk-playground

Repository files navigation

AWS CDK Playground

CI

This is a project for practical testing different Cloudformation stacks using AWS CDK with TypeScript.

Getting Started

Prerequisites

  1. Node.js & npm
  2. Registered account on AWS
  3. To use it you'll need to be logged in to AWS CLI

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
  • npm run cdk -- synth emits the synthesized CloudFormation template
  • npm run cdk -- diff compare deployed stack with current state
  • npm run cdk -- deploy deploy this stack to your default AWS account/region
  • npm run cdk -- destroy delete current stack

About

Repository holding experiments with AWS CDK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published