Re-exports§
pub use aws_config;pub use aws_sdk_dynamodb;
Structs§
- DynamoDB
Store - A DynamoDB backed session store.
- DynamoDB
Store Key - Holds the DynamoDB property name of a key, and optionaly a prefix/suffix to add to the session id before saving to DynamoDB.
- DynamoDB
Store Props - Properties for configuring the session store.
Enums§
- DynamoDB
Store Error - An error type for
DynamoDBStore.