Is there a way to add a `*filterPatterns*` on a ki...
# help
k
Is there a way to add a
*filterPatterns*
on a kineses stream? I think
addConsumer
does not support that but looking at an example in
SLS
it looks like it should be possible.
f
Hey @Kujtim Hoxha, CDK is adding support for it https://github.com/aws/aws-cdk/issues/17874
Let me create a GitHub issue on our roadmap
You can still do it through CloudFormation construct as described in this post https://dev.to/dvddpl/filter-lambda-events-from-dynamodb-stream-with-cdk-1gnm
It’s a bit cumbersome, but should work.
k
Nice this worked perfectly
Thanks Frank