Kayomarz

Results 12 comments of Kayomarz

@tomhoag Thanks for pointing this out. This library is missing support for [nested attributes in Document Paths](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.Attributes.html#Expressions.Attributes.NestedElements.DocumentPathExamples). I will implement it within the next 4 to 5 days because this...

@tomhoag After working on this, I realize there are other cases too, where nested document paths are not handled. I've started working on it and will complete it over the...

The library avoids doing data validations. Invalid data in a DynamoDB request results in an error response thereby indicating the invalid data. Could you make use of the error response...

@BryanCrotaz thanks for the pull request and test case. As you mentioned, this library detects an empty string as `{ S: '' }`. I would like to keep this behaviour...

If setting the global var seems an unnecessary step, another solution would be to keep existing functions wrap() and wrap1() as they are and create two new functions to address...

My point is to maintain separation of concerns. This library should only be concerned with data representation. To me, some reasons not to convert an Empty string into null are...

Your uuid approach is interesting. Using it to overcome restrictions would be a plus to have. On 12-Apr-2016 12:26 am, "Frankie Bagnardi" [email protected] wrote: > The problem is that unwrap(wrap(x))...

Ok. I understand. I will merge your pull request, maybe with a global flag to allow lowercase data types. Maybe something like: var ddt = require('dynamodb-data-types'); ddt.allowLowercaseDataType(); Let me know...

Being new to swagger it was tough figuring out how to view/publish api docs. I didn't know of `swaggerConnect.runner.swaggerTools.swaggerUi()` and eventually used the [swagger-ui](http://swagger.io/swagger-ui/) `html` It would be great to...

+1 403 occurs for other "Further Reading" links too. Example: click any of the "Further Reading" links here: http://www.diveintopython.net/power_of_introspection/lambda_functions.html