fsprojects / FSharp.AWS.DynamoDB

F# wrapper API for AWS DynamoDB
MIT License
58 stars 18 forks source link

Add consistentRead parameter to GetItem operations #57

Closed matti-avilabs closed 2 years ago

matti-avilabs commented 2 years ago

These changes allow setting the ConsistentRead parameter when making GetItem requests.

samritchie commented 2 years ago

@matti-avilabs thanks very much for the PR. Are you able to rebase on master - I've bumped the versions which should fix the build 🤞. Also maybe have a go at a short sentence in the README letting people know about the feature?

I don't think dynamodb-local supports consistent reads so we may need to manage without tests for this feature.

matti-avilabs commented 2 years ago

@matti-avilabs thanks very much for the PR. Are you able to rebase on master - I've bumped the versions which should fix the build 🤞. Also maybe have a go at a short sentence in the README letting people know about the feature?

I don't think dynamodb-local supports consistent reads so we may need to manage without tests for this feature.

Sure, added a small section to the readme.

samritchie commented 2 years ago

Thanks @matti-avilabs!

matti-avilabs commented 2 years ago

Thanks @matti-avilabs!

No problem, thanks for getting this in so quickly!