Method: Amazon#create_data_store

Defined in:
lib/cluster/infrastructures/amazon.rb

#create_data_store(name) ⇒ Object


131
132
133
# File 'lib/cluster/infrastructures/amazon.rb', line 131

def create_data_store(name)
  sdb.create_domain(name)
end