You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed when importing data with different types of data for a field that it fails to use the correct dynamo DB syntax for some of the items. I attached "sampleTable.json" that has 3 items in it. After importing the data the item with pk = 01, sk = 01, shows up as [object Object] for the field which is being serialized as a String instead of an Object.
I'm getting the same error. It is easily reproducible, you can just add one param which is simple object in one item, export the table, and then import it. Dynodb can't deal with this. It is quite a huge problem and a blocker for me tbh.
I noticed when importing data with different types of data for a field that it fails to use the correct dynamo DB syntax for some of the items. I attached "sampleTable.json" that has 3 items in it. After importing the data the item with
pk = 01
,sk = 01
, shows up as[object Object]
for the field which is being serialized as a String instead of an Object.sampleTable.json
The text was updated successfully, but these errors were encountered: