This sounds very cool, and has been on my DynamoDb...
# general
s
This sounds very cool, and has been on my DynamoDb wish list since I started working with streams: https://twitter.com/awswhatsnew/status/1464305840219852800?t=E7Rmh6-aNtMxLySmSrZ-eA&s=19
o
Ah interesting, I’ve been using EventBridge for this. Although I don’t think I’ll switch over for the majority of my uses cases: • I always add an SQS queue between EB and Lambda to handle retries and add a DLQ • Having a lambda between the DynamoDB stream and EB lets my ORM transform the raw attributes from my single-table schema into objects with logical attributes, that are much nicer to filter on
m
This is a great feature! Was on my wishlist too. No more wasteful stream invocations.
j
I was having trouble finding a good resource detailing how you configure this within your cloudformation template. Anyone have any good resources? The only examples I have seen are through the console. Tried setting the filterPatterns property on my sqs event that triggers my lamdba, but that doesn't seem to set the filter criteria on the SQS attached to my lambda.