This is a simply project for CDK development with Java without meaningful results.
The cdk\cdk.json file tells the CDK Toolkit how to execute your app.
It is a Gradle based project, so you can open this project with any Gradle compatible Java IDE to build and run tests.
gradlew customFatJarprepare lambda build- within the "cdk" folder:
cdk 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
Enjoy!
- Run
gradlew customFatJarin main directory - run
cdk deployin "cdk" folder (you might need to adjust the path in cdk/src/main/../CdkSimpleApiGatewayToLambdaStack.java)