diff --git a/packages/@aws-cdk/aws-pipes-targets-alpha/README.md b/packages/@aws-cdk/aws-pipes-targets-alpha/README.md index d5167199322cd..d947603b45c94 100644 --- a/packages/@aws-cdk/aws-pipes-targets-alpha/README.md +++ b/packages/@aws-cdk/aws-pipes-targets-alpha/README.md @@ -299,7 +299,7 @@ declare const targetLogGroup: logs.LogGroup; const logGroupTarget = new targets.CloudWatchLogsTarget(targetLogGroup, { inputTransformation: pipes.InputTransformation.fromObject({ body: "👀" }), -} +}); const pipe = new pipes.Pipe(this, 'Pipe', { source: new SqsSource(sourceQueue),