Skip to content

Commit

Permalink
Fix another example compilation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Apr 3, 2022
1 parent 598b6a8 commit 5d104f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-cloudwatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ to show summary information about the displayed time series
in the legend. For example, if you use:

```ts
declare const fn: lambda.Function;

const minuteErrorRate = fn.metricErrors({
statistic: 'sum',
period: Duration.hours(1),
Expand Down

0 comments on commit 5d104f7

Please sign in to comment.