eventful-dynamodb-0.1.1: Library for eventful DynamoDB event stores

Safe HaskellNone
LanguageHaskell2010

Eventful.Store.DynamoDB.DynamoJSON

Synopsis

Documentation

valueToAttributeValue :: Value -> AttributeValue Source #

Note, currently we can't properly disambiguate between an empty Object or an empty Array because of amazonka's AttributeValue lenses. We use a very nasty kludge where we replace empty Objects with a string with a very special value. Follow this issue to see when we can remove the kludge: https://github.com/brendanhay/amazonka/issues/282.