-
Notifications
You must be signed in to change notification settings - Fork 429
Feature request: Enable TumblingWindow support for KinesisStreamEvent #6627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
Hey @kiitosu! Thanks for opening this issue! Do you want to open a PR to add this support? I think it's missing in the DynamoDBStreamEvent too. |
@leandrodamascena |
Hi @kiitosu please let me know if you need help submitting a PR! I'll be happy to help and review! I saw your comment in TypeScript repo and @dreamorosi will assign the issue for you! 🚀 |
|
Use case
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.
Alternative solutions
Acknowledgment
The text was updated successfully, but these errors were encountered: