Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • DynamoStore

Index

Constructors

constructor

Properties

Private dynamoRx

dynamoRx: DynamoRx

Private mapper

mapper: Mapper

Private modelClazz

modelClazz: ModelConstructor<T>

tableName

tableName: string

Static Private REGEX_TABLE_NAME

REGEX_TABLE_NAME: RegExp = /^[a-zA-Z0-9_\-.]{3,255}$/

Accessors

dynamoDb

dynamoDb:

Methods

Private createBaseParams

  • createBaseParams(): object

delete

get

  • get(partitionKey: any, sortKey?: any): GetRequest<T>

makeRequest

put

query

scan

update

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc