fakecloud-dynamodb 0.15.3

DynamoDB implementation for FakeCloud
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub(crate) mod service;
pub(crate) mod state;
pub mod streams;
pub mod streams_dataplane;
pub mod ttl;

pub use service::DynamoDbService;
pub use state::{
    AttributeDefinition, DynamoDbSnapshot, DynamoDbState, DynamoTable, KeySchemaElement,
    OnDemandThroughput, ProvisionedThroughput, SharedDynamoDbState,
    DYNAMODB_SNAPSHOT_SCHEMA_VERSION,
};
pub use streams_dataplane::DynamoDbStreamsService;