in src/store/dynamodb/ext.rs [29:31]
fn get_s(&self, key: &str) -> Option<String> { Some(self.get(key)?.as_s().ok()?.to_owned()) }