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 Resposta
0
Resposta aceita

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
ESPECIALISTA
Uri
respondido há um ano
profile picture
ESPECIALISTA
avaliado há um mês

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas