Method: CloudFormationTool#awscf
- Defined in:
- lib/cloud_formation_tool.rb
#awscf ⇒ Object
115 116 117 118 |
# File 'lib/cloud_formation_tool.rb', line 115 def awscf require 'aws-sdk-cloudformation' $__aws_cf ||= Aws::CloudFormation::Client.new aws_config end |