UNPKG

@moicky/dynamodb

Version:

Contains a collection of convenience functions for working with AWS DynamoDB

8 lines (7 loc) 457 B
export * from "./lib"; export * from "./operations"; export * from "./transactions"; export { createCustomReference, getDependencies, resolveReferences, } from "./transactions/references"; export type { DynamoDBItemKey, ItemWithKey, Prettify, DynamoDBSet, } from "./transactions/types"; export type { DynamoDBReference, ReferenceMetadata, ReferenceTo, ResolvedItem, WithoutReferences, } from "./transactions/references/types"; export type * from "./types";