EventBridge pipes and DynamoDB streams

0

The new EventBridge pipes can be used to consume stream records from DDB. If we already have a Lambda stream consumer, what would it mean to add a pipe? Would we now have two simultaneous stream consumers, or should we disable the Lambda consumer in favor of the pipe and then use Lambda as the pipe's target?

1 Answer
0
Accepted Answer

I would not use Pipes in this case as there is a direct integration between DynamoDB stream and Lambda. An exception might be if you need to transform the event before it gets to the Lambda function. Pipes also supports filtering and batching, but so does the direct integration.

profile pictureAWS
EXPERT
Uri
answered a year ago
profile picture
EXPERT
reviewed 24 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions