list-aws-profiles
v1.0.1
Published
List local AWS profiles
Downloads
6
Readme
list-aws-profiles
Lists local AWS profiles
Requirements
- Have atleast one local AWS profile
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