@campionfellin/cdk-alarms-cli

This CLI will help you make alarms for your resources

Usage no npm install needed!

<script type="module">
  import campionfellinCdkAlarmsCli from 'https://cdn.skypack.dev/@campionfellin/cdk-alarms-cli';
</script>

README

cdk-alarms-cli

This simple CLI tool will help you harness the power of CDK to make alarms for your services!

What it will do:

  1. Ask questions about the services you want to alarm on
  2. Ask what kind of alarms you would like
  3. Create a CFN template for these alarms
  4. Open that template
  5. You can then copy+paste it into wherever you would like

How to use

npx cdk-alarms-cli

This will prompt you with a series of questions that help you make your alarms. Good luck!