Skip to content

Commit af4c5e9

Browse files
Update aws_lambda_powertools/utilities/data_classes/kinesis_stream_event.py
Co-authored-by: Leandro Damascena <[email protected]> Signed-off-by: kiitosu <[email protected]>
1 parent 95809ff commit af4c5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/data_classes/kinesis_stream_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def event_source_arn(self) -> str | None:
144144

145145
@property
146146
def is_final_invoke_for_window(self) -> bool | None:
147-
return self["isFinalInvokeForWindow"]
147+
return self.get("isFinalInvokeForWindow")
148148

149149
@property
150150
def is_window_terminated_early(self) -> bool:

0 commit comments

Comments
 (0)