Skip to content

Commit aeed8e8

Browse files
authored
docs: Clarify input transformation support for EventBridge Pipes (#287)
1 parent 75ac1bd commit aeed8e8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,12 @@ or Amazon S3 logs.
198198

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

201-
* Lack of input transformers.
202-
* Lack of concurrency support (i.e., ParallelizationFactor), resulting in slower processing in high-throughput scenarios.
203-
* Lack of lifecycle management for pipe states (i.e., missing tests for state transitions).
204-
* Lack of re-sharding support when polling from Kinesis and DynamoDB streams.
205-
* Batch handling behavior may have parity issues (e.g., batch flushing rules by size, length, time, etc. are not implemented).
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+
- Lack of concurrency support (i.e., ParallelizationFactor), resulting in slower processing in high-throughput scenarios.
204+
- Lack of lifecycle management for pipe states (i.e., missing tests for state transitions).
205+
- Lack of re-sharding support when polling from Kinesis and DynamoDB streams.
206+
- Batch handling behavior may have parity issues (e.g., batch flushing rules by size, length, time, etc. are not implemented).
206207

207208
## API Coverage
208209

0 commit comments

Comments
 (0)