fsprojects / FSharp.AWS.DynamoDB

F# wrapper API for AWS DynamoDB
MIT License
58 stars 18 forks source link

Empty string support #66

Open matti-avilabs opened 1 year ago

matti-avilabs commented 1 year ago

Been running into the empty strings not supported by DynamoDB error from here quite a bit. While it might be an indication of an underlying "issue" with the data, I'm wondering if this might be outdated after coming across this article? Is it worth updating this - and if so, should the aim be to have different types of picklers for key (enforce non-empty strings) and non-key (allow non-empty strings) attributes?