From cda01b293bc73b52b5620aed0629f525790bc8b6 Mon Sep 17 00:00:00 2001 From: David Boyne Date: Tue, 5 Sep 2023 14:49:04 +0100 Subject: [PATCH] Update kinesis-lambda-cdk-typescript/example-pattern.json --- kinesis-lambda-cdk-typescript/example-pattern.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ]