You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently KinesisStreamEvent does not support TumblingWindow. That means properties such as state and isFinalInvokeForWindow are not present. I created a data class to support lambda TumblingWindow.
Solution/User Experience
Propose adding the properties required by Lambda Tumbling Windows.