Skip to content

Commit

Permalink
remove duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhcsun committed Feb 5, 2025
1 parent 07dac8b commit d2a6d21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/aws-cdk-lib/aws-kinesisfirehose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ In order to define a Delivery Stream, you must specify a destination. An S3 buck
used as a destination. Currently the CDK supports only S3 as a destination which is covered [below](#destinations).

```ts
import * as firehose from 'aws-cdk-lib/aws-kinesisfirehose'

const bucket = new s3.Bucket(this, 'Bucket');
new firehose.DeliveryStream(this, 'Delivery Stream', {
destination: new firehose.S3Bucket(bucket),
Expand Down

0 comments on commit d2a6d21

Please sign in to comment.