We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceba991 commit 2c7ca54Copy full SHA for 2c7ca54
aws_lambda_powertools/event_handler/util.py
@@ -5,6 +5,8 @@ class _FrozenDict(dict):
5
This is needed because the default dict implementation is not hashable.
6
The only usage for this right now is to store dicts as part of the Router key.
7
The implementation only takes into consideration the keys of the dictionary.
8
+
9
+ MAINTENANCE: this is a temporary solution until we refactor the route key into a class.
10
"""
11
12
def __hash__(self):
0 commit comments