-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
@aws-cdk/aws-kinesisRelated to Amazon KinesisRelated to Amazon Kinesiseffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Describe the feature
AWS::Kinesis::StreamConsumer is not covered by an L2 construct.
StreamConsumer enables enhanced fan out.
Having been waiting for cloudformation to model kinesis resource policies, to leverage that for a cross-account lambda consumer, I saw that in 2.166.0 release, that the cfn resource has been introduced, and covered by an L2 construct, and utility methods in stream but realized that StreamConsumer is unmodeled in cdk.
- cdk/kinesis: Data stream sharing #28814
- feat(kinesis): support resource policy for a data stream #31909
This is a request for AWS::Kinesis::StreamConsumer to be covered by an L2 construct, including resource policy utility methods and lambda event sources
Use Case
Cross-account lambda kinesis conumer with enhanced fan out
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.166.0
Environment details (OS name and version, etc.)
macOS
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-kinesisRelated to Amazon KinesisRelated to Amazon Kinesiseffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2