The DynamoDBTableEditor implementation in this package contains a logic that calls DynamoDB operations making an incremental diff on the streamlit table editor session state variable as it is being changed by the subsequent edits. This logic could be extracted to a separate class that observers the change of the session state variable of the data editor, and creates atomic edit events as the session state changes.
The DynamoDBTableEditor implementation in this package contains a logic that calls DynamoDB operations making an incremental diff on the streamlit table editor session state variable as it is being changed by the subsequent edits. This logic could be extracted to a separate class that observers the change of the session state variable of the data editor, and creates atomic edit events as the session state changes.