Hi I am implementing the ModifyingResourceProvider intergace for the dynamodb resource provider [0] in order to be able to create/edit/delete resources.
I needed some guidance on implementing the revert/commit/hasChanges methods. I had a look at JCRResourceProvider and it does that through the JCR Session. What is the recommended way of keeping track of the transient changes in custom resource providers like his one? Thanks [0] - https://github.com/sdmcraft/SlingDynamo
