UNPKG

@nerdware/ddb-single-table

Version:

A schema-based DynamoDB modeling tool, high-level API, and type-generator built to supercharge single-table designs!⚡

8 lines (7 loc) 158 B
/** * Dictionary of supported `Schema` types. */ export const SCHEMA_TYPE = { MODEL_SCHEMA: "ModelSchema", TABLE_KEYS_SCHEMA: "TableKeysSchema", };