Module: Rake::CloudFormation

Included in:
Service, Stack
Defined in:
lib/rake/cloud_formation.rb

Defined Under Namespace

Classes: Service, Stack

Instance Method Summary collapse

Instance Method Details

#cf(region) ⇒ Object



68
69
70
71
# File 'lib/rake/cloud_formation.rb', line 68

def cf(region)
  AWS.config(:region => region)
  AWS::CloudFormation.new
end