This project sets up a CloudWatch Dashboard using AWS CDK (Cloud Development Kit). The dashboard includes various widgets displaying key metrics from an API Gateway.
AWS Account AWS CLI installed and configured Node.js and npm installed AWS CDK installed
-
Install AWS CLI
Follow the instructions here to install AWS CLI.
-
Configure AWS CLI
Run the following command to configure AWS CLI with your AWS credentials:
aws configure
-
Install Node.js and npm
Download and install Node.js from here. npm is included with Node.js.
-
Clone the Repository
Clone this repository to your local machine:
git clone <repository-url> cd cloudwatch-dashboard
-
Install Dependencies
Install the necessary dependencies:
npm install
-
Deploy the Stack
Deploy the stack to your AWS account:
cdk deploy