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