linq2dynamodb
linq2dynamodb copied to clipboard
Change exception thrown by DataTable.Find
Currently when record does not exist using provided Hash[+Range] keys, DataTable.Find throws InvalidOperationException with exception message 'Sequence contains no elements', which is not really friendly message, describing that record was not found in DynamoDb. null return or pretty message instead would be nice.
This is fixed by my PR #52