Migrated assembly from LambdaSharpTool repository to LambdaSharp.DynamoDB repository.
- Renamed method parameters from
recordtoitemto align better with established DynamoDB terminology. - Renamed generic parameters from
TRecordtoTItemto align better with established DynamoDB terminology.
- Added
WithConditionItemExists()as shortcut forWithCondition(item => DynamoCondition.Exists(item)). - Added
WithConditionItemDoesNotExist()as shortcut forWithCondition(item => DynamoCondition.DoesNotExist(item)).