Is it already possible to do this in SST <https://...
# help
k
Is it already possible to do this in SST https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html, I was hoping I can use this to filter a dynamodb stream to a function
s
I was poking around for this too. I don't know if the CDK supports this feature yet
k
Ahh ok 😞
s
Looks like there is an issue tracking this in Github
but here's a blog post showing a workaround for now
k
Nice.. thanks for sharing