You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: canonicalize service name of Amazon Data Firehose (#33757)
### Reason for this change
Docs in CDK sometimes refer the Amazon Data Firehose as former name "(Amazon) Kinesis Data Firehose" or "(Amazon) Kinesis Firehose". This PR updates them to canonical "Amazon Data Firehose".
### Description of changes
- Fixed dangling links in `packages/aws-cdk-lib/aws-kinesisfirehose/README.md`
- Updated README and docstrings to refer Amazon Data Firehose
- Updated examples refer `@aws-cdk/aws-kinesisfirehose-alpha`
- Following files are not changed:
- Changelog entries
- Test files
- aws-kinesisfirehose alpha packages
- `.github/ISSUE_TEMPLATE`
- `packages/@aws-cdk/pkglint/lib/aws-service-official-names.json`
### 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*
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/aws-apigateway/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1400,7 +1400,7 @@ const api = new apigateway.RestApi(this, 'books', {
1400
1400
1401
1401
**Note:** The delivery stream name must start with `amazon-apigateway-`.
1402
1402
1403
-
> Visit [Logging API calls to Kinesis Data Firehose](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-logging-to-kinesis.html) for more details.
1403
+
> Visit [Logging API calls to Amazon Data Firehose](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-logging-to-kinesis.html) for more details.
0 commit comments