shiftcode / dynamo-easy

DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.
https://shiftcode.github.io/dynamo-easy/
MIT License
204 stars 27 forks source link

Compatibility: Empty values for non-key String and Binary attributes in DynamoDB tables #308

Open michaellieberherr opened 4 years ago

michaellieberherr commented 4 years ago

Is your feature request related to a problem? Please describe. AWS DynamoDB added a new feature - see link below.

Describe the solution you'd like This issue is a reminder to check if this is already supported or if there are any changes needed.

Describe alternatives you've considered None

Additional context https://aws.amazon.com/about-aws/whats-new/2020/05/amazon-dynamodb-now-supports-empty-values-for-non-key-string-and-binary-attributes-in-dynamodb-tables/

AlexCheema commented 4 years ago

This isn't currently supported. Would be great to support this!