Packages

p

monix.connect

dynamodb

package dynamodb

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package domain

Type Members

  1. trait DynamoDb extends AnyRef

    Represents the Monix DynamoDb client which can be created using the builders from its companion object.

Value Members

  1. object DynamoDb

    An idiomatic DynamoDb client integrated with Monix ecosystem.

    An idiomatic DynamoDb client integrated with Monix ecosystem.

    It is built on top of the DynamoDbAsyncClient, reason why all the exposed methods expect an implicit instance of the client to be in the scope of the call.

  2. object DynamoDbOp

    Defines all the available dynamodb operations available from DynamoDbAsyncClient as a DynamoDbOp.

    Defines all the available dynamodb operations available from DynamoDbAsyncClient as a DynamoDbOp.

    Note

    All of them are defined implicitly, and can be imported from the object DynamoDbOp.Implicits which will automatically infer and extend the DynamoDbRequest as DynamoDbOp.

Ungrouped