Skip to content

Commit 41adc0b

Browse files
Update aws_lambda_powertools/utilities/data_classes/dynamo_db_stream_event.py
Co-authored-by: Leandro Damascena <[email protected]> Signed-off-by: kiitosu <[email protected]>
1 parent b018614 commit 41adc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/data_classes/dynamo_db_stream_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def user_identity(self) -> dict:
140140
return self.get("userIdentity") or {}
141141

142142

143-
class KinesisStreamWindow(DictWrapper):
143+
class DynamoDBStreamWindow(DictWrapper):
144144
@property
145145
def start(self) -> str:
146146
"""The time window started"""

0 commit comments

Comments
 (0)