Crate tower_sessions_dynamodb_store

Crate tower_sessions_dynamodb_store 

Source

Re-exports§

pub use aws_config;
pub use aws_sdk_dynamodb;

Structs§

DynamoDBStore
A DynamoDB backed session store.
DynamoDBStoreKey
Holds the DynamoDB property name of a key, and optionaly a prefix/suffix to add to the session id before saving to DynamoDB.
DynamoDBStoreProps
Properties for configuring the session store.

Enums§

DynamoDBStoreError
An error type for DynamoDBStore.