Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 713 Bytes

File metadata and controls

16 lines (9 loc) · 713 Bytes

Release Notes

1.0.0 (2022-05-22)

Migrated assembly from LambdaSharpTool repository to LambdaSharp.DynamoDB repository.

BREAKING CHANGES

  • Renamed method parameters from record to item to align better with established DynamoDB terminology.
  • Renamed generic parameters from TRecord to TItem to align better with established DynamoDB terminology.

Features

  • Added WithConditionItemExists() as shortcut for WithCondition(item => DynamoCondition.Exists(item)).
  • Added WithConditionItemDoesNotExist() as shortcut for WithCondition(item => DynamoCondition.DoesNotExist(item)).