This project demonstrates the Lambda for Powertools Java module deployed using Cloud Development Kit.
For general information on the deployed example itself, you can refer to the parent README
CDK uses the following project structure:
- app - stores the source code of your application, which is similar between all examples
- infra - stores the definition of your infrastructure
It is a Maven based project, so you can open this project with any Maven compatible Java IDE to build and run tests.
The minimum to deploy the app should be
cdk deploy
If you're running CDK for the first time, you'll need to first run the bootstrap command:
cdk bootstrap
mvn package
compile and run testscdk 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