# File lib/aws/dynamo_db/batch_write.rb, line 167 def format_put attributes attributes.inject({}) do |hash, (key, value)| context = "value for attribute #{key}" hash.merge(key.to_s => format_attribute_value(value, context)) end end