Skip to content

Commit

Permalink
Update kinesis-lambda-cdk-typescript/example-pattern.json
Browse files Browse the repository at this point in the history
  • Loading branch information
boyney123 authored Sep 5, 2023
1 parent 1b1b22e commit cda01b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinesis-lambda-cdk-typescript/example-pattern.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
Expand Down

0 comments on commit cda01b2

Please sign in to comment.