Skip to content

Commit

Permalink
Add note on pricing for CloudWatch
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed May 21, 2021
1 parent 1a04859 commit 15010b0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,17 @@ custom:
Statistic: ['Average']
GetRecords.Success:
Statistic: ['Average']

```

An example project is provided for reference: [serverless-test-project](./serverless-test-project)

## A note on CloudWatch cost

This plugin creates additional CloudWatch resources that, apart from a limited free tier, have an associated cost.
Depending on what you enable, SLIC Watch creates one dashboard and multiple alarms. The number of each depend on the number of resources in your stack and the number of stacks you have.

Check out the AWS [CloudWatch Pricing](https://aws.amazon.com/cloudwatch/pricing/) page to understand the cost impact of creating CloudWatch resources.

## Releasing a new version

In order to release a new version of the project:
Expand Down

0 comments on commit 15010b0

Please sign in to comment.