Skip to content

AerinIT/AWS-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Metrics Dashboard

This project creates or updates a CloudWatch dashboard to monitor API Gateway metrics using the AWS SDK for Node.js.

Prerequisites

  • Node.js (version 12.x or higher)
  • npm (Node Package Manager)
  • aws cli

Setup

  1. Clone the Repository

    git clone <your-repository-url>
    
    
  2. Install Dependencies

    npm install aws-sdk
    
    
  3. AWS Configuration

    Ensure you have AWS credentials configured. You can configure AWS credentials by using the AWS CLI or by setting environment variables.

    aws configure
    
  4. Update Region & API ID

    Update the AWS region and API ID in the monitor.js.

  5. Running the Script

    node monitor.js
    
    
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •