UNPKG

archfit

Version:

Validate the fitness of your AWS solutions, without the heavy lifting!

3 lines (2 loc) 170 B
import { TableDescription } from '@aws-sdk/client-dynamodb'; export declare function getDynamoDBTableInfo(region: string, tables: string[]): Promise<TableDescription[]>;