Module: Rake::CloudFormation
Defined Under Namespace
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 |