We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1944e3 + 540060e commit 6820b81Copy full SHA for 6820b81
README.md
@@ -43,7 +43,7 @@ async fn main() -> Result<(), dynamodb::Error> {
43
let client = dynamodb::Client::from_env();
44
let req = client.list_tables().limit(10);
45
let resp = req.send().await?;
46
- println!("Current DynamoDB tables: {:?}", tables.table_names);
+ println!("Current DynamoDB tables: {:?}", resp.table_names);
47
Ok(())
48
}
49
```
0 commit comments