This is a blank project for CDK development with Java.
The cdk.json file tells the CDK Toolkit how to execute your app.
It is a Maven based project, so you can open this project with any Maven compatible Java IDE to build and run tests.
mvn packagecompile and run testscdk lslist all stacks in the appcdk synthemits the synthesized CloudFormation templatecdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk docsopen CDK documentation
-
cdk deploy Vpc Cluster --require-approval never --parameters Rds:databasePassword=matilde123456 Rds Sns Ddb Service01 Service02 InvoiceApp -
cdk deploy --all --require-approval never --parameters Rds:databasePassword=matilde123456 -
cdk destroy --require-approval never Vpc Cluster Rds Sns Ddb Service01 Service02 InvoiceApp
Enjoy!