Skip to content

Commit b8765ef

Browse files
docs: wildcards and enrichments support for AWS EventBridge Pipes (#332)
Co-authored-by: carole-lavillonniere <[email protected]>
1 parent 3073bd5 commit b8765ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/content/docs/aws/services/pipes.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ SageMaker Pipeline,
184184
Step Functions state machine: Express workflows (SYNC or ASYNC),
185185
or Timestream for LiveAnalytics table.
186186

187+
## Input transformation
188+
189+
LocalStack supports target and enrichment input transformation for Pipes using JSONPath. Wildcards (*) are also supported.
190+
187191
## Supported log destinations
188192

189193
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.
198202

199203
The EventBridge Pipes implementation in LocalStack is currently in preview stage and has the following limitations:
200204

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.
203205
- Lack of concurrency support (i.e., ParallelizationFactor), resulting in slower processing in high-throughput scenarios.
204206
- Lack of lifecycle management for pipe states (i.e., missing tests for state transitions).
205207
- Lack of re-sharding support when polling from Kinesis and DynamoDB streams.

0 commit comments

Comments
 (0)