Piotr Bzymek

Results 2 comments of Piotr Bzymek

Hey, I run into the same issue, I was able to reproduce it with the code below: ```ruby require 'dynamoid' class LoggableEvent include ::Dynamoid::Document table name: :loggable_events field :event_object, :serialized...

I guess this makes sense. That said, this might be a hint why in some edge cases there might be an incorrect table name used when querying DynamoDB.