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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则