You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-pipes-sources-alpha/README.md
+35-6Lines changed: 35 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,46 @@
17
17
<!--END STABILITY BANNER-->
18
18
19
19
20
-
EventBridge Pipes let you create source to target connections between several
21
-
aws services. While transporting messages from a source to a target the messages
22
-
can be filtered, transformed and enriched.
20
+
EventBridge Pipes Sources let you create a source for a EventBridge Pipe.
23
21
24
-

0 commit comments