Sha256: 9092304443a8ff7d83e6ea1f0a796f8f6e7741980956b53384b046f20476c72d

Contents?: true

Size: 274 Bytes

Versions: 127

Compression:

Stored size: 274 Bytes

Contents

module Awspec::Helper
  module Finder
    module Ecr
      def find_ecr_repository(repository_name)
        res = ecr_client.describe_repositories(repository_names: [repository_name])
        res.repositories.first if res.repositories.count == 1
      end
    end
  end
end

Version data entries

127 entries across 127 versions & 4 rubygems

Version Path
awspec-0.63.0 lib/awspec/helper/finder/ecr.rb
awspec-0.62.1 lib/awspec/helper/finder/ecr.rb
awspec-0.62.0 lib/awspec/helper/finder/ecr.rb
awspec-0.61.1 lib/awspec/helper/finder/ecr.rb
awspec-0.61.0 lib/awspec/helper/finder/ecr.rb
awspec-0.60.1 lib/awspec/helper/finder/ecr.rb
awspec-0.60.0 lib/awspec/helper/finder/ecr.rb