From 8783ec5aa00eb142c74c6cd6dcb025ad0bce1571 Mon Sep 17 00:00:00 2001 From: Kyle Laker Date: Fri, 12 Aug 2022 01:29:30 -0400 Subject: [PATCH] docs(logs-destinations): correctly set package description in README (#21570) The README uses a "for AWS XXX" description as the main header. This updates that header to match the format used for the Kinesis Destinations and Lambda Destinations libraries. ---- ### All Submissions: * [X] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- packages/@aws-cdk/aws-logs-destinations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/aws-logs-destinations/README.md b/packages/@aws-cdk/aws-logs-destinations/README.md index 4e2b4d7bedf5b..599963c35ece4 100644 --- a/packages/@aws-cdk/aws-logs-destinations/README.md +++ b/packages/@aws-cdk/aws-logs-destinations/README.md @@ -1,4 +1,4 @@ -# CDK Construct Libray for AWS XXX +# AWS CloudWatch Logs Subscription Destination Library ---