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 58ab8f1 commit d092a9eCopy full SHA for d092a9e
aws_lambda_powertools/utilities/data_classes/dynamo_db_stream_event.py
@@ -185,7 +185,7 @@ def records(self) -> Iterator[DynamoDBRecord]:
185
def window(self) -> DynamoDBStreamWindow | None:
186
window = self.get("window")
187
if window:
188
- return KinesisStreamWindow(window)
+ return DynamoDBStreamWindow(window)
189
return window
190
191
@property
0 commit comments