Module

AWS.DynamoDb

#DynamoDbClient

#makeClient

#putItem

putItem :: forall input item. DynamoDbClient -> (PutItemInput input item) -> Aff (Maybe Error)

#GetItemOutput

type GetItemOutput output = { item :: Maybe output }

#getItem

getItem :: forall input key output. DynamoDbClient -> (GetItemInput input key) -> Aff (Either Error (GetItemOutput output))

Modules