aws / aws-cdk-rfcs

RFCs for the AWS CDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kinesis Data Firehose Delivery Stream L2

BenChaimberg opened this issue · comments

Description

Support Firehose Delivery Stream as an L2 construct in the framework library.

The aws-kinesisfirehose construct library allows you to create Amazon Kinesis Data Firehose delivery streams and destinations with just a few lines of code. As with most construct libraries, you can also easily define permissions and metrics using a simple API.

Roles

Role User
Author(s) @madeline-k @otaviomacedo @BenChaimberg
API Bar Raiser @rix0rrr

See RFC Process for details

Workflow

  • Tracking issue created (label: status/proposed)
  • API bar raiser assigned (ping us at #aws-cdk-rfcs if needed)
  • Kick off meeting
  • RFC pull request submitted (label: status/review)
  • Community reach out (via Slack and/or Twitter)
  • API signed-off (label api-approved applied to pull request)
  • Final comments period (label: status/final-comments-period)
  • Approved and merged (label: status/approved)
  • Execution plan submitted (label: status/planning)
  • Plan approved and merged (label: status/implementing)
  • Implementation complete (label: status/done)

Author is responsible to progress the RFC according to this checklist, and
apply the relevant labels to this issue so that the RFC table in README gets
updated.

@madeline-k @otaviomacedo @BenChaimberg I've updated this issue according to the new RFC process template. Please take a look at the new process description.

Can you also please take a look at the updated RFC template and align your RFC to it (should be quite similar).

@rix0rrr I've assigned you as the API Bar Raiser for this RFC. Your job is to approve the public API described in the RFC. Once approved, please slap an "api-approved" label to the RFC PR.

Implementation tracked in aws/aws-cdk milestone 16