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 customFatJar
prepare lambda build- within the "cdk" folder:
cdk ls
list all stacks in the appcdk synth
emits the synthesized CloudFormation templatecdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk docs
open CDK documentation
Enjoy!
- Run
gradlew customFatJar
in main directory - run
cdk deploy
in "cdk" folder (you might need to adjust the path in cdk/src/main/../CdkSimpleApiGatewayToLambdaStack.java)