for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
module Awspec::Helper
module Finder
module OrganizationsOrganization
def find_organization
res = organizations_client.describe_organization
res.organization || {}
end