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
322322You can manually flush the metrics with ` publishStoredMetrics ` as follows:
323323
324324!!! warning
325- Metrics, dimensions and namespace validation still applies.
325+ Metrics, dimensions and namespace validation still applies.
326326
327327=== "handler.ts"
328328
@@ -466,4 +466,4 @@ CloudWatch EMF uses the same dimensions across all your metrics. Use `singleMetr
466466 --8<-- "docs/snippets/metrics/singleMetricDifferentDimsDecorator.ts"
467467 ```
468468
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