amazon-ecs-0.5.0 AmazonのWEBサービスを利用するためのrubyのライブラリ。 gemで提供されているので入れてみる。 gem install amazon-ecs 設定はこんな感じ。とりあえずASINコードで検索してみる。 Amazon::Ecs.options = {:aWS_access_key_id => ["your developer token"], :AssociateTag => "associate_id", :country => :jp} res = Amazon::Ecs.item_lookup("4088762096") 以下READMEから抜粋。 # set the default options; options will be camelized and converted to REST request parameters. A