UNPKG

dynamodb-toolbox

Version:

Lightweight and type-safe query builder for DynamoDB and TypeScript.

7 lines (6 loc) 175 B
export const getFormattedPrimitiveJSONSchema = (schema) => { if (schema.type === 'binary') { return { type: 'string' }; } return { type: schema.type }; };