chrisguttandin / dynamo-converters

A collection of converter functions to get good old JavaScript key/value objects into a DynamoDB friendly schema and back again.
MIT License
24 stars 3 forks source link

Sets Not supported #84

Open dvictory opened 1 year ago

dvictory commented 1 year ago

FYI Type "SS" fails.

chrisguttandin commented 1 year ago

Hi @dvictory, the problem with "NS" and "SS" is that there is not really a JavaScript equivalent for them.

But itemToData() could support them and turn them into a regular array. Is that would you are asking for?

It would break the symmetry with dataToItem(), though.