Skip to content

Commit f1db319

Browse files
authored
Update README.md (#100)
adding missing import of StorageResolution
1 parent dbb85f0 commit f1db319

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ To get a metric logger, you can decorate your function with a `metric_scope`:
3535

3636
```py
3737
from aws_embedded_metrics import metric_scope
38+
from aws_embedded_metrics.storage_resolution import StorageResolution
3839

3940
@metric_scope
4041
def my_handler(metrics):

0 commit comments

Comments
 (0)