From a9082c339e95d88aad1be0bb396ab0c84701337f Mon Sep 17 00:00:00 2001 From: Michael Sambol Date: Fri, 28 Jun 2024 18:53:51 -0600 Subject: [PATCH] Update README.md --- packages/@aws-cdk/aws-pipes-targets-alpha/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@aws-cdk/aws-pipes-targets-alpha/README.md b/packages/@aws-cdk/aws-pipes-targets-alpha/README.md index 0eeecc79d7f5a..0a06c5f96a0a7 100644 --- a/packages/@aws-cdk/aws-pipes-targets-alpha/README.md +++ b/packages/@aws-cdk/aws-pipes-targets-alpha/README.md @@ -170,6 +170,7 @@ const pipe = new pipes.Pipe(this, 'Pipe', { source: new SomeSource(sourceQueue), target: pipeTarget }); +``` ### Amazon Kinesis Data Stream