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 95809ff commit af4c5e9Copy full SHA for af4c5e9
aws_lambda_powertools/utilities/data_classes/kinesis_stream_event.py
@@ -144,7 +144,7 @@ def event_source_arn(self) -> str | None:
144
145
@property
146
def is_final_invoke_for_window(self) -> bool | None:
147
- return self["isFinalInvokeForWindow"]
+ return self.get("isFinalInvokeForWindow")
148
149
150
def is_window_terminated_early(self) -> bool:
0 commit comments