matti-avilabs

Results 3 issues of matti-avilabs

I'm trying to figure out if there's any way to achieve the same end result as is given in the `Preventing overwrites of an existing attrubute` section from [here](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.UpdateExpressions.html#Expressions.UpdateExpressions.SET.PreventingAttributeOverwrites): ```...

Been running into the `empty strings not supported by DynamoDB` error from [here](https://github.com/fsprojects/FSharp.AWS.DynamoDB/blob/master/src/FSharp.AWS.DynamoDB/Picklers/PrimitivePicklers.fs#L40) quite a bit. While it might be an indication of an underlying "issue" with the data, I'm...

enhancement

This is somewhat related to the caveat mentioned in the `TransactWriteItems` [section](https://github.com/fsprojects/FSharp.AWS.DynamoDB#transactwriteitems) regarding multi-table operations not being supported. For a single-table design this limitations also pops if there are multiple...

discussion