fsprojects / FSharp.AWS.DynamoDB

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

Trim TransactWriteItems docs #54

Closed bartelink closed 2 years ago

bartelink commented 2 years ago

Follow-up addressing review comments in https://github.com/fsprojects/FSharp.AWS.DynamoDB/pull/51

samritchie commented 2 years ago

Build is failing due to dotnet version, but I'll merge anyway as this is just docs. The rollForward setting does not appear to be particularly useful.

bartelink commented 2 years ago

The rollForward setting does not appear to be particularly useful.

The intent is for one to be able to have either 7.x on a given machine and still be able to compile without being forced to install the older SDK. In the normal case with Actions, the pinned version in the global.json should be the one that gets installed, though I have not looked at that...