ExAws v0.1.0

Modules summary

ExAws

ExAws

ExAws.Dynamo.Client

Defines a Dynamo Client

ExAws.Dynamo.Decoder
ExAws.Dynamo.Encoder

Takes an elixir value and converts it into a dynamo style map

ExAws.JSON.Codec

Defines the specification for a JSON codec

ExAws.Kinesis.Client

Defines a Kinesis client

ExAws.Lambda.Client

The purpose of this module is to surface the ExAws.Lambda API with a single configuration chosen, such that it does not need passed in with every request

ExAws.Request.HttpClient

Specifies expected behaviour of an http client

ExAws.S3.Client

The purpose of this module is to surface the ExAws.S3 API tied to a single configuration chosen, such that it does not need passed in with every request

Mix.Tasks.Kinesis.Tail

Tails a Stream

Protocols summary

ExAws.Dynamo.Decodable

Allows custom decoding logic for your struct

ExAws.Dynamo.Encodable