Method: CloudFormationTool#awscdn
- Defined in:
- lib/cloud_formation_tool.rb
#awscdn ⇒ Object
130 131 132 133 |
# File 'lib/cloud_formation_tool.rb', line 130 def awscdn require 'aws-sdk-cloudfront' $__aws_cdn ||= Aws::CloudFront::Client.new aws_config end |