Amazon Kinesis to Amazon Kinesis using Amazon EventBridge Pipes with content filter pattern

Kinesis → EventBridge Pipes → Kinesis

This pattern demonstrates the content filter pattern between two Kinesis streams, implemented using an EventBridge Pipe.

The pipe uses a filter to discard unwanted messages and an input transformer to select which attributes to keep for the remaining messages.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd content-filter-pattern-kinesis-cdk

Deploy

cdk deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: cdk delete.

Created by:

Dominik Richter

Dominik Richter

Solutions Architect at AWS, passionate about event-driven architectures and Serverless.

Follow on LinkedIn