-
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
(kinesisfirehose): L2 for CfnDeliveryStream #10810
Comments
We should consider the scenario in this comment when we start working on this L2. |
I've started work on this. |
@mikelane Cool! Do you maybe want to flush out the API before we get to the coding/reviewing part? Best option would be to create a theoretical README and submit that in a draft PR so we can talk about it. |
I'd be happy to do that. I'll model it after other construct overview pages. |
@mikelane – the CDK team has started designing this construct and would love to see anything you have in progress to help guide our thinking! |
#15544) This PR implements the minimum DeliveryStream API and S3 destination. More features for DeliveryStream and the S3 destination will follow in future PRs. This work is being tracked in https://github.com/aws/aws-cdk/milestone/16 For more context, see: #15505 and the RFC: aws/aws-cdk-rfcs#342 closes #10810, #15499 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
aws#15544) This PR implements the minimum DeliveryStream API and S3 destination. More features for DeliveryStream and the S3 destination will follow in future PRs. This work is being tracked in https://github.com/aws/aws-cdk/milestone/16 For more context, see: aws#15505 and the RFC: aws/aws-cdk-rfcs#342 closes aws#10810, aws#15499 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
aws#15544) This PR implements the minimum DeliveryStream API and S3 destination. More features for DeliveryStream and the S3 destination will follow in future PRs. This work is being tracked in https://github.com/aws/aws-cdk/milestone/16 For more context, see: aws#15505 and the RFC: aws/aws-cdk-rfcs#342 closes aws#10810, aws#15499 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Use Case
Better ergonomics for using
CfnDeliveryStream
.Part of #7536
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: