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 066cb2f commit ac03550Copy full SHA for ac03550
aws_lambda_powertools/utilities/data_classes/kinesis_stream_event.py
@@ -148,7 +148,7 @@ def is_final_invoke_for_window(self) -> bool | None:
148
149
@property
150
def is_window_terminated_early(self) -> bool | None:
151
- return self["isWindowTerminatedEarly"]
+ return self.get("isWindowTerminatedEarly")
152
153
154
def extract_cloudwatch_logs_from_event(event: KinesisStreamEvent) -> list[CloudWatchLogsDecodedData]:
0 commit comments