UNPKG

archfit

Version:

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

7 lines (6 loc) 164 B
export type DynamoDBCapacityUtilization = { [tableName: string]: { readCapacityUtilization: number; writeCapacityUtilization: number; }; };