ListTables
Source:
src/AWS/DynamoDB/ListTables.ts
Runtime binding for dynamodb:ListTables.
An account-level binding — call it with no arguments to get a callable that
lists table names in the region. Provide the ListTablesHttp layer on the
Function to satisfy the binding.
Table Metadata
Section titled “Table Metadata”const listTables = yield* AWS.DynamoDB.ListTables();
const response = yield* listTables();const tableNames = response.TableNames;