dynamodb-facade 0.1.1

A typed facade over aws-sdk-dynamodb with expression builders and batch/transaction support
Documentation
1
2
3
4
5
6
7
8
9
10
// Integration tests for declarative macros.
// Not feature-gated — no DynamoDB needed, validates macro expansion at compile time.

mod macros {
    mod attribute_definitions;
    mod dynamodb_item;
    mod index_definitions;
    mod key_schema;
    mod table_definitions;
}