Options
All
  • Public
  • Public/Protected
  • All
Menu

Simply brings the standard dynamodb operations into the rx world by wrapping the node callbacks into observables

Hierarchy

  • DynamoRx

Index

Constructors

constructor

Properties

dynamoDb

dynamoDb: DynamoDB

sessionValidityEnsurer

sessionValidityEnsurer: SessionValidityEnsurer

Methods

batchGetItems

  • batchGetItems(params: BatchGetItemInput): Observable<BatchGetItemOutput>
  • Parameters

    • params: BatchGetItemInput

    Returns Observable<BatchGetItemOutput>

batchWriteItem

  • batchWriteItem(params: BatchWriteItemInput): Observable<BatchWriteItemOutput>
  • Parameters

    • params: BatchWriteItemInput

    Returns Observable<BatchWriteItemOutput>

deleteItem

  • deleteItem(params: DeleteItemInput): Observable<DeleteItemOutput>

getItem

  • getItem(params: GetItemInput): Observable<GetItemOutput>

makeRequest

  • makeRequest(operation: string, params?: undefined | object): any
  • Parameters

    • operation: string
    • Optional params: undefined | object

    Returns any

putItem

  • putItem(params: PutItemInput): Observable<PutItemOutput>

query

  • query(params: QueryInput): Observable<QueryOutput>

scan

  • scan(params: ScanInput): Observable<ScanOutput>

updateAwsConfigCredentials

  • updateAwsConfigCredentials(newConfig: Config): void

updateItem

  • updateItem(params: UpdateItemInput): Observable<UpdateItemOutput>

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