pub type SharedDynamoDbState = Arc<RwLock<DynamoDbState>>;
pub struct SharedDynamoDbState { /* private fields */ }