I'm Dan Guisinger, founder of Oproto, a small business financial platform built on a fully serverless, event-driven architecture. As we developed our microservices, we ran head-first into a familiar challenge for .NET developers:
DynamoDB is powerful, but the AWS SDK is painfully verbose, low-level, and easy to get wrong.
We needed something that made DynamoDB feel native to .NET — strongly typed, expressive, source-generated, and optimized for production workloads, not just demos.
That need eventually grew into FluentDynamoDB.