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 年前檢視次數 707 次
1 個回答
0
已接受的答案

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
專家
Uri
已回答 1 年前
profile picture
專家
已審閱 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南