# File lib/aws/dynamo_db/item_collection.rb, line 499 def first(options = {}) each(options) do |item| return item end end