Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
echeung-amzn committed Aug 28, 2023
1 parent 075b3c9 commit 464c053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class MonitoringStack extends DeploymentStack {

### Customize actions

Alarms should have an action setup, otherwise they are not very useful. Currently, we support notifying an SNS Topic.
Alarms should have an action setup, otherwise they are not very useful. Currently, we support notifying an SNS topic.

```ts
const onAlarmTopic = new Topic(this, "AlarmTopic");
Expand Down

0 comments on commit 464c053

Please sign in to comment.