FluentDynamoDB
v0.8.0A fluent, AoT-compatible C# interface for DynamoDB
The most comprehensive .NET library for Amazon DynamoDB. Write type-safe queries using C# lambda expressions with full IntelliSense support. Source generators eliminate reflection for Native AOT compatibility.
Type-Safe Queries
Write DynamoDB queries using C# lambda expressions with full IntelliSense support.
Fluent API
Compile-time source generation creates clean, expressive repository patterns.
AoT-Compatible Runtime
Zero-reflection execution. Fully Native AOT compatible. Smaller, faster deployments.
Enterprise Features
Built-in support for KMS encryption, S3-backed objects, geospatial search, and streams.
LambdaOpenAPI
Production ReadyGenerate OpenAPI specs from AWS Lambda Annotations
Define your API with simple C# attributes and get a complete OpenAPI (OAS 3.x) document at build time. No manual YAML, no drift, and no runtime cost.
Attribute-Driven API Definitions
Define your entire API surface using simple C# attributes. Lambda routes, inputs, outputs, and errors stay clean, discoverable, and strongly typed.
Automatic OpenAPI Generation
Your OpenAPI (OAS 3.x) file is generated at build time — no manual YAML, no drift, and no runtime cost.
AoT-Compatible Runtime
Fully Native AOT-ready. Zero reflection and zero runtime scanning make your Lambda functions cold-start fast.
First-Class AWS Lambda Support
Designed around AWS Lambda Annotations and the Lambda programming model. Your existing functions become complete OpenAPI operations instantly.
LambdaGraphQL
Coming SoonGraphQL schema generator for AWS AppSync
Build type-safe GraphQL APIs with .NET. Generate schemas and process queries for AWS AppSync with full C# type safety.
Schema Generation
Generate GraphQL schemas directly from your C# types and attributes.
Type-Safe Resolvers
Write resolvers with full C# type safety and IntelliSense support.
AoT-Compatible
Native AOT ready with zero reflection at runtime.
AppSync Integration
First-class support for AWS AppSync and Lambda resolvers.