Java Development Kit (JDK)
NodeJS
To install the AWS CDK CLI, we need to install NodeJS. Visit this link to download the latest LTS version.
Verify if NodeJS is installed correctly by running the following command in the terminal:
node -v
This command will display the installed NodeJS version:
v18.15.0
Check the installed NPM version by running the following command in the terminal:
npm -v
This command will display the installed NPM version:
9.6.2
AWS CLI
Visit this link and download the latest version of AWS CLI.
After installation is complete, open a terminal and verify the installed AWS CLI version using the following command:
aws --version
AWS CDK
AWS Cloud Development Kit, or AWS CDK, will be used to build infrastructure-as-code responsible for creating the application infrastructure using AWS services.
After installing the above packages, run the following command in your terminal window to install AWS CDK:
npm install -g aws-cdk
cdk --version
Postman
IntelliJ IDEA Community Edition
Docker Desktop