We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a232da7 commit 2f3bd68Copy full SHA for 2f3bd68
aws_lambda_powertools/metrics/metrics.py
@@ -72,7 +72,7 @@ def do_something():
72
"""
73
74
_metrics: Dict[str, Any] = {}
75
- _dimensions: Dict[str, Any] = {}
+ _dimensions: Dict[str, str] = {}
76
_metadata: Dict[str, Any] = {}
77
78
def __init__(self, service: str = None, namespace: str = None):
0 commit comments