# File lib/aws/core/endpoints.rb, line 28 def endpoints @endpoints ||= begin JSON.parse(File.read(File.join(AWS::ROOT, 'endpoints.json'))) end end