Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 504 Bytes

File metadata and controls

35 lines (23 loc) · 504 Bytes

CloudWatch Canaries Example

A simple example project demonstrating how to build and deploy AWS CloudWatch Synthetics Canaries using Node.js.

Prerequisites

  • Node.js
  • AWS credentials configured

You can verify your setup with:

node -v
aws sts get-caller-identity

Installation

Install project dependencies:

npm install

Deployment

  1. Ensure your AWS credentials are properly configured.
  2. Build and deploy the project:
npm run deploy