We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41adc0b commit 58ab8f1Copy full SHA for 58ab8f1
aws_lambda_powertools/utilities/data_classes/dynamo_db_stream_event.py
@@ -182,7 +182,7 @@ def records(self) -> Iterator[DynamoDBRecord]:
182
yield DynamoDBRecord(record)
183
184
@property
185
- def window(self) -> KinesisStreamWindow | None:
+ def window(self) -> DynamoDBStreamWindow | None:
186
window = self.get("window")
187
if window:
188
return KinesisStreamWindow(window)
0 commit comments