aws / aws-sdk-ruby-record

Official repository for the aws-record gem, an abstraction for Amazon DynamoDB.
Apache License 2.0
318 stars 41 forks source link

Pass through api options to item operations and support conditional w… #134

Closed mullermp closed 1 year ago

mullermp commented 1 year ago

Plumbs through put, update, and delete item options to underlying client calls. This is is necessary so that options like return_values and return_values_on_condition_check_failure can be configured. If return_values_on_condition_check_failure is used, the ConditionalWriteFailed error will have an original error instance of ConditionalCheckFailedException with item data that can be used.