It would be awesome if you would allow us to pass the convertEmptyValues option to the local dynamodb.
Currently whenever you try to migrate a json object with an empty string as a value, you'll get:
One or more parameter values were invalid: An AttributeValue may not contain an empty string
Great work guys!
It would be awesome if you would allow us to pass the
convertEmptyValues
option to the localdynamodb
. Currently whenever you try to migrate ajson
object with an empty string as a value, you'll get:One or more parameter values were invalid: An AttributeValue may not contain an empty string
exception.