Table of ContentsInstall and configure packagesSetup LambdasDeploy and TestReferences Install and configure packages 1. Install and Configure the AWS CLI by following the steps mentioned in the below link https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-config 2. Install NodeJS by the following the instructions in the following link https://nodejs.org/en/ 3. Install the AWS CDK by running the following command npm install ...