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