Skip to content

ryuheechul/dummy-aws

Repository files navigation

dummy-aws

Maybe these resources will be useful for testing when you require dummy resources to be up in order to test other functionalities that depend on them.

Any resources created by this should be meaningless in terms of actual functionality and it should deleted after it serves the purpose of testing.

This will also serve as a cdk scratch pad for me.

Useful Commands

they are defined in ./Makefile

For example, make test.

Generated Readme

Below is a readme that is generated by cdk init app --language typescript


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

About

a quick way to spin up some temporary resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors