--

Thank you for your comment Sheen!

You made a good point. You cannot control where your DDB stream events end up - every lambda that is connected to the stream will be woken on event arrival.

Either the lambdas then have to filter events based on the key prefix or you could forward the DDB events e.g. to EventBridge and then use the routing and filtering options from EventBridge.

--

--

Christian Bannes
Christian Bannes

Written by Christian Bannes

Lead developer. Passionate about designing scalable and performant cloud architectures on AWS.

Responses (1)