A simple example project demonstrating how to build and deploy AWS CloudWatch Synthetics Canaries using Node.js.
- Node.js
- AWS credentials configured
You can verify your setup with:
node -vaws sts get-caller-identityInstall project dependencies:
npm install- Ensure your AWS credentials are properly configured.
- Build and deploy the project:
npm run deploy