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.
they are defined in ./Makefile
For example, make test.
Below is a readme that is generated by cdk init app --language typescript
This is a blank project for TypeScript development with CDK.
The cdk.json file tells the CDK Toolkit how to execute your app.
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template