DynamoDB Dynomite ApplicationItem Example

In general, the base model for Dynomite should be:

app/models/application_item.rb

class ApplicationItem < Dynomite::Item
end

If you do not have one, simply create one.