For whatever reason, arrays in the db are currently being converted to a string before being added to the the DB. They are then re-parsed to an array whenever they're taken out of the db
This doesn't need to happen, as DDB accepts an array as a native type of data.
For whatever reason, arrays in the db are currently being converted to a string before being added to the the DB. They are then re-parsed to an array whenever they're taken out of the db
This doesn't need to happen, as DDB accepts an array as a native type of data.