Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol authored Jun 29, 2024
1 parent 49a9a54 commit 06f4d5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-pipes-targets-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,5 @@ const eventBusTarget = new targets.EventBridgeTarget(targetEventBus, {});
const pipe = new pipes.Pipe(this, 'Pipe', {
source: new SomeSource(sourceQueue),
target: eventBusTarget,
});
```

0 comments on commit 06f4d5d

Please # to comment.