Konstantin Lepeshenkov
Konstantin Lepeshenkov
which modify the place where history events are store
Btw I have a question for you: I've noticed that the total run time for each activity on the Gantt chart is a sum of "waiting time" with "execution" time....
History of the matter is here: https://github.com/scale-tone/DurableFunctionsMonitor/issues/120
https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/make-azd-compatible?pivots=azd-create
Currently when record does not exist using provided Hash[+Range] keys, DataTable.Find throws InvalidOperationException with exception message 'Sequence contains no elements', which is not really friendly message, describing that record was...
DataContext.SubmitChanges() should fail, if there's a newer version of an entity in DynamoDB and/or in cache.
Add transaction support by porting Amazon's java-based DynamoDB Transaction library and adapting it to use Microsoft's Transaction model.
Add support for atomic counters for incrementing and decrementing values without extra reads, as well as conditional writes. Maybe find a way to attach a LINQ expression to an item...
I store objects in DynamoDb table. However, the table's column names don't match with the object's property names. The object's property name is quite long so I use shorter column...