Skip to content

mkleinio/recurrent-cloud-watch-alarm

Repository files navigation

Recurrent Alarm

This repository is part of my blog post about recurrent CloudWatch alarms.

Check the original post to get the full context

Requirements

  • Yarn

Setup

# Install dependencies
$ yarn

# Copy & fill the vars template
$ cp .vars.yml.template .vars.yml # ... and fill ".vars.yml"

# Deploy the SQS solution...
$ yarn run deploy-sqs
# ... or the Step Functions solution
$ yarn run deploy-step-functions

Tear down

# Remove the SQS solution stack...
$ yarn run remove-sqs
# ... and/or the Step Functions stack solution
$ yarn run remove-step-functions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published