Open a terminal in the directory where you want to create the project.

Enter the following command to initialize a new AWS CDK application using Java:
cdk init app --language java

This workshop will use Java. Alternatively, you can create the project with Python or TypeScript.
