File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ The `logMetrics` decorator of the metrics utility can be used when your Lambda h
322
322
You can manually flush the metrics with ` publishStoredMetrics ` as follows:
323
323
324
324
!!! warning
325
- Metrics, dimensions and namespace validation still applies.
325
+ Metrics, dimensions and namespace validation still applies.
326
326
327
327
=== "handler.ts"
328
328
@@ -466,4 +466,4 @@ CloudWatch EMF uses the same dimensions across all your metrics. Use `singleMetr
466
466
--8<-- "docs/snippets/metrics/singleMetricDifferentDimsDecorator.ts"
467
467
```
468
468
469
- 1. Binding your handler method allows your handler to access `this` within the class methods.
469
+ 1. Binding your handler method allows your handler to access `this` within the class methods.
You can’t perform that action at this time.
0 commit comments