Sha256: 6076f6537f99cef60fde291607da98310da1b04d520f3c1bd1b8423311fb3807
Contents?: true
Size: 529 Bytes
Versions: 35
Compression:
Stored size: 529 Bytes
Contents
import {Service} from '../service'; import {DocumentClient as DDBDocumentClient} from '../dynamodb/document_client'; export class DynamoDBCustomizations extends Service { /** * The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values. * This abstraction annotates native JavaScript types supplied as input parameters, as well as converts annotated response data to native JavaScript types. */ static DocumentClient: typeof DDBDocumentClient; }
Version data entries
35 entries across 35 versions & 1 rubygems