Packages

p

monix.connect

dynamodb

package dynamodb

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait DynamoDbOp[In <: DynamoDbRequest, Out <: DynamoDbResponse] extends AnyRef

    Abstracts the execution of any given DynamoDbRequest with its correspondent operation that returns DynamoDbResponse.

    Abstracts the execution of any given DynamoDbRequest with its correspondent operation that returns DynamoDbResponse.

    In

    The input request as type parameter lower bounded by DynamoDbRequest.

    Out

    The response of the execution as type parameter lower bounded by DynamoDbResponse.

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