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: src/content/docs/aws/services/pipes.mdx
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,10 @@ SageMaker Pipeline,
184
184
Step Functions state machine: Express workflows (SYNC or ASYNC),
185
185
or Timestream for LiveAnalytics table.
186
186
187
+
## Input transformation
188
+
189
+
LocalStack supports target and enrichment input transformation for Pipes using JSONPath. Wildcards (*) are also supported.
190
+
187
191
## Supported log destinations
188
192
189
193
LocalStack supports the following [log destinations](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-logs.html) for detailed Pipes logging:
@@ -198,8 +202,6 @@ or Amazon S3 logs.
198
202
199
203
The EventBridge Pipes implementation in LocalStack is currently in preview stage and has the following limitations:
200
204
201
-
- Input transformation is supported **for targets only**. Enrichment input transformation is not yet available.
202
-
- Support for wildcards (`*`) in JSONPath in input transformation is not implemented.
203
205
- Lack of concurrency support (i.e., ParallelizationFactor), resulting in slower processing in high-throughput scenarios.
204
206
- Lack of lifecycle management for pipe states (i.e., missing tests for state transitions).
205
207
- Lack of re-sharding support when polling from Kinesis and DynamoDB streams.
0 commit comments