/list-aws-profiles

List the AWS profiles that are locally available

Primary LanguageTypeScriptOtherNOASSERTION

list-aws-profiles

CI Format

Lists local AWS profiles

Requirements

Install

$ npm install list-aws-profiles

Usage

import listAwsProfiles from 'list-aws-profiles';

export async function listProfiles() {
	const profiles = await listAwsProfiles();

	console.log(profiles); // ["profile1", "profile2"]

	return profiles;
}

API

listAwsProfiles()

Asynchronous method that returns the local AWS profiles