Skip to content

Commit 3348ee7

Browse files
authored
chore: rename aws-kinesisfirehose-destinations → aws-kinesisfirehose-destinations-alpha (#25058)
This PR is part of a refactor to make all directory names equal to the package name of the package inside it. It is a re-roll of #24930, but split into parts (one PR per package), so that we will cut down on merge conflicts. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent d2b041f commit 3348ee7

File tree

26 files changed

+4
-3
lines changed

26 files changed

+4
-3
lines changed

packages/@aws-cdk/aws-kinesisfirehose-destinations/.gitignore renamed to packages/@aws-cdk/aws-kinesisfirehose-destinations-alpha/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ junit.xml
2222

2323
!**/*.snapshot/**/asset.*/**
2424

25+
!test/lambda-data-processor.js
2526

packages/@aws-cdk/aws-kinesisfirehose-destinations/package.json renamed to packages/@aws-cdk/aws-kinesisfirehose-destinations-alpha/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"repository": {
4545
"type": "git",
4646
"url": "https://github.com/aws/aws-cdk.git",
47-
"directory": "packages/@aws-cdk/aws-kinesisfirehose-destinations"
47+
"directory": "packages/@aws-cdk/aws-kinesisfirehose-destinations-alpha"
4848
},
4949
"scripts": {
5050
"build": "cdk-build",

packages/@aws-cdk/aws-kinesisfirehose/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ threshold (the "buffer interval"), whichever happens first. You can configure th
281281
thresholds based on the capabilities of the destination and your use-case. By default, the
282282
buffer size is 5 MiB and the buffer interval is 5 minutes.
283283

284-
```ts
284+
```ts
285285
// Increase the buffer interval and size to 10 minutes and 8 MiB, respectively
286286
declare const bucket: s3.Bucket;
287287
const destination = new destinations.S3Bucket(bucket, {
@@ -414,7 +414,7 @@ new firehose.DeliveryStream(this, 'Delivery Stream', {
414414
});
415415
```
416416

417-
[Example Lambda data processor performing the identity transformation.](../aws-kinesisfirehose-destinations/test/integ.s3-bucket.lit.ts)
417+
[Example Lambda data processor performing the identity transformation.](../aws-kinesisfirehose-destinations-alpha/test/integ.s3-bucket.lit.ts)
418418

419419
See: [Data Transformation](https://docs.aws.amazon.com/firehose/latest/dev/data-transformation.html)
420420
in the *Kinesis Data Firehose Developer Guide*.

0 commit comments

Comments
 (0)