Method: Lono::Cfn#create

Defined in:
lib/lono/cfn.rb

#create(stack) ⇒ Object



11
12
13
# File 'lib/lono/cfn.rb', line 11

def create(stack)
  Create.new(options.merge(stack: stack)).run
end