-
Notifications
You must be signed in to change notification settings - Fork 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
Stabilize Kinesis Firehose module #7536
Comments
This might belong in another module, but I can think of design patterns for Kinesis that might be useful to have constructs for, maybe in a kinesis-patterns module. One that I saw in a chat was CloudWatch Logs archiving to S3, by streaming to Kinesis Firehose. |
Any update on this? |
Hi @sachin10101998 - This is currently not prioritized, once it will we will update this issue with the planned work. We would gladly accept contributions though :) |
Should #14391 be in this list? It relates to Kinesis Firehose although the code will likely live in the SNS Subscriptions package. |
Thanks for pointing that out, we'll add it to the list! (Along with #14918.) |
Is this tracking dynamic partitioning support as well? Using JQ - Applying S3 Path destinations |
Is support for modifying buffer hints in the cdk construct of deliveryStreams also gonna be part of this list? |
This issue has received a significant amount of attention so we are automatically upgrading its priority. A member of the community will see the re-prioritization and provide an update on the issue. |
Is this still being worked on actively? Given other parts of cdk are now showing deprecation warnings that require migrating to the L2 Firehose constructs I hope the remaining missing features (e.g. Glue format conversion) are at least added into the alpha lib at some point soon. |
### Issue # (if applicable) Closes #7536. ### Description of changes We are excited to graduate the `@aws-cdk/aws-kinesisfirehose-alpha` and `@aws-cdk/aws-kinesisfirehose-destinations-alpha` modules to STABLE. They now live on as `aws-cdk-lib/aws-kinesisfirehose`. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Comments on closed issues and PRs are hard for our team to see. |
Add your +1 👍 to help us prioritize high-level constructs for this service
Overview:
Amazon Kinesis Data Firehose is a fully managed service for delivering real-time streaming data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon Redshift, Amazon Elasticsearch Service (Amazon ES), and Splunk.
AWS Docs
Maturity: CloudFormation Resources Only
See the AWS Construct Library Module Lifecycle doc for more information about maturity levels.
Implementation:
See the CDK API Reference for more implementation details.
Issue list:
The text was updated successfully, but these errors were encountered: