UNPKG

rajt

Version:

A serverless bundler layer, fully typed for AWS Lambda (Node.js and LLRT) and Cloudflare Workers.

5 lines (4 loc) 223 B
export { Dynamodb, DocumentClient, RawClient } from './client' export { Model, Entity, Zip, PartitionKey, SortKey, Key, Keys } from './decorators' export { Schema } from './schema' export { Repository } from './repository'