Skip to content

Commit 58ab8f1

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 41adc0b commit 58ab8f1

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
@@ -182,7 +182,7 @@ def records(self) -> Iterator[DynamoDBRecord]:
182182
yield DynamoDBRecord(record)
183183

184184
@property
185-
def window(self) -> KinesisStreamWindow | None:
185+
def window(self) -> DynamoDBStreamWindow | None:
186186
window = self.get("window")
187187
if window:
188188
return KinesisStreamWindow(window)

0 commit comments

Comments
 (0)