module Murk::AWS

Public Instance Methods

cloudformation() click to toggle source
# File lib/murk/aws.rb, line 7
def cloudformation
  @cloudformation ||= Aws::CloudFormation::Client.new
end