joshvince / commuter

The Node.js version of a web service that provides additional data about the London Underground
0 stars 0 forks source link

Arrays in dynamodb should be arrays #19

Open joshvince opened 7 years ago

joshvince commented 7 years ago

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.