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

fix: process attributes with spaces #76

Closed seang96 closed 4 years ago

seang96 commented 4 years ago

Attributes with spaces would fail in the updateExpression. My fix was to removed spaces using regex and added them to AttributeNames.

chrisguttandin commented 4 years ago

Hi @seang96, thanks a lot for your contribution. I just published your changes as part of v4.0.7.