Skip to content

Commit 2c7ca54

Browse files
committed
chore: add maintenance note
1 parent ceba991 commit 2c7ca54

File tree

1 file changed

+2
-0
lines changed
  • aws_lambda_powertools/event_handler

1 file changed

+2
-0
lines changed

aws_lambda_powertools/event_handler/util.py

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ class _FrozenDict(dict):
55
This is needed because the default dict implementation is not hashable.
66
The only usage for this right now is to store dicts as part of the Router key.
77
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.
810
"""
911

1012
def __hash__(self):

0 commit comments

Comments
 (0)