-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Adds Kinesis Stream Consumer resource and data source #6565
Adds Kinesis Stream Consumer resource and data source #6565
Conversation
@robertstettner is this still in development? |
@robertstettner Any update on this? |
just wondering if there is any movements on this ? |
Sorry, I don't think I can continue with this feature. If anyone wants to take over, please do so. I'm closing this one. |
@chris-whittick sad times, lol |
@robertstettner Can you please specify what is missing if someone would want to pick this up? |
I made a new PR for this #10487 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This adds the new feature of AWS Kinesis Stream Consumers, that allow for a dedicated consumer using enhanced fan-out.
https://docs.aws.amazon.com/streams/latest/dev/building-consumers.html
And: https://aws.amazon.com/about-aws/whats-new/2018/11/aws-lambda-supports-kinesis-data-streams-enhanced-fan-out-and-http2/
Changes proposed in this pull request:
aws_kinesis_stream_consumer
as new resourceaws_kinesis_stream_consumer
as new data sourceOutput from acceptance testing (still WIP):