Skip to content

New events structures for StreamAnalytics and CustomCheckpointing #202

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

Merged
merged 2 commits into from
Dec 16, 2020

Conversation

vinayaksood
Copy link
Contributor

Issue #, if available:

Description of changes:
Added new events DynamodbTimeWindowEvent and KinesisTimeWindowEvent for supporting stream analytics.
Added a couple of event response classes. StreamsEventResponse will be used to report batch item failures for Kinesis and Dynamodb events. TimeWindowEventResponse will be used for returning the stream analytics state as well as reporting batch item failures for KinesisTimeWindowEvent and DynamodbTimeWindowEvent.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@carlzogh carlzogh self-requested a review December 16, 2020 12:07
Copy link
Contributor

@carlzogh carlzogh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - nit: It would be nice if you could add more information about the event/response classes in terms of what integration they relate to, what they're used for, and include a link to the AWS docs that describes the integration (see some of our other events for reference).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants