Skip to content

DynamoTable

new DynamoTable(config): DynamoTable;

DynamoTableConfig

DynamoTable

get documentClient(): DynamoDBDocumentClient;

DynamoDBDocumentClient


get globalSecondaryIndexKeyNames(): NamedGlobalSecondaryIndexKeyNames;

NamedGlobalSecondaryIndexKeyNames


get localSecondaryIndexKeyNames(): NamedLocalSecondaryIndexKeyNames;

NamedLocalSecondaryIndexKeyNames


get partitionKeyName(): string;

string


get sortKeyName(): string | null;

string | null


get tableName(): string;

string