Skip to content

Instantly share code, notes, and snippets.

@gorsuch
Created February 26, 2011 12:16
Show Gist options
  • Save gorsuch/845155 to your computer and use it in GitHub Desktop.
Save gorsuch/845155 to your computer and use it in GitHub Desktop.
Simple example of easy access to Amazon's SDB
require 'aws'
sdb = Aws::SdbInterface.new
sdb.list_domains[:domains]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment