diff --git a/kinesis-lambda-cdk-typescript/example-pattern.json b/kinesis-lambda-cdk-typescript/example-pattern.json index 74b72f88d..423062150 100644 --- a/kinesis-lambda-cdk-typescript/example-pattern.json +++ b/kinesis-lambda-cdk-typescript/example-pattern.json @@ -7,7 +7,7 @@ "introBox": { "headline": "How it works", "text": [ - "This pattern creates an Amazon Kinesis Data Stream that integrates with AWS Lambda using the AWS CDK in TypeScript.", + "This pattern creates an Amazon Kinesis Data Stream that integrates with AWS Lambda using AWS CDK in TypeScript.", "In this example, the Kinesis data stream is used as an event source for the AWS Lambda (Node) function which", "processes the data from the stream and catches any failures." ]