UNPKG

@moicky/dynamodb

Version:

Contains a collection of convenience functions for working with AWS DynamoDB

5 lines (4 loc) 102 B
export type DynamoDBItem = Record<string, any> & { createdAt?: number; updatedAt?: number; };