class Crynamo::Client

Overview

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

Defined in:

crynamo/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Crynamo::Configuration) #

[View source]

Instance Method Detail

def delete!(table : String, key : NamedTuple) #

Deletes an item at the specified key


[View source]
def get!(table : String, key : NamedTuple) #

Fetches an item by key


[View source]
def put!(table : String, item : NamedTuple) #

Inserts an item


[View source]