ncstefan / alexa-commute-info

2 stars 0 forks source link

Update reading of user record to use the new format #11

Closed ncstefan closed 7 years ago

ncstefan commented 7 years ago

The portal now stores the names & addresses in a list of a Map objects, each storing the name/address pair (see below): { "TableName": "alexacommute_sign_up", "Item": { "alxID": { "S": "id" }, "alexaLocation": { "S": "1585 richelieu" }, "names": { "L": [ { "M": { "Name": { "S": "nick" }, "Address": { "S": "180 peel" } } }, { "M": { "Name": { "S": "coco" }, "Address": { "S": "1234 Riverside" } } } ] } } }