Skip to content

DynamoKeyBuilder

type DynamoKeyBuilder<Item> = (item) => DynamoKeyableValue;

A function that builds a DynamoDB primary key from an item.

Item

Item

DynamoKeyableValue