View Source API Reference ecto_adapters_dynamodb v3.4.0

Modules

Ecto adapter for Amazon DynamoDB.

An Elixir agent to cache DynamoDB table schemas and the first page of results for selected tables

An Ecto type for handling MapSet, corresponding with DynamoDB's set types. Since ExAws already encodes and decodes MapSet, we only handle casting and validation here.

Get information on dynamo tables and schema

Implements Ecto migrations for create table and alter table.

Some query wrapper functions for helping us query dynamo db. Selects indexes to use, etc. Not to be confused with Ecto.Query.

An Elixir agent to optionally record DynamoDB query information (like LastEvaluatedKey) that's not part of expected Ecto return values.