UNPKG

@env0/dynamo-easy

Version:

DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.

12 lines 300 B
/** * @module dynamo-easy */ // // Export public api of the library // export * from './config/public-api'; export * from './decorator/public-api'; export * from './dynamo/public-api'; export * from './logger/public-api'; export * from './mapper/public-api'; //# sourceMappingURL=dynamo-easy.js.map