class

Crynamo::Client

Inherits Reference < Object

A low-level interface for connecting to a DynamoDB cluster and interating with it.

Constructors

Instance methods

delete!(table : String, key : NamedTuple)

Deletes an item at the specified key

Source
get!(table : String, key : NamedTuple)

Fetches an item by key

Source
put!(table : String, item : NamedTuple)

Inserts an item

Source
query!(table : String, key : NamedTuple)
Source