Streams
DynamoDB Streams support for change data capture and event-driven architectures.
Installation
dotnet add package Oproto.FluentDynamoDb.Streams
Key Features
- Change Data Capture - Process item changes in real-time
- Lambda Integration - Easy integration with AWS Lambda
- Typed Events - Strongly-typed stream records
- Batch Processing - Efficient batch record handling
Quick Start
// TODO: Add actual code example