awsProfileGenerator top-level property
Implementation
final FigGenerator awsProfileGenerator = const FigGenerator(
script: ['aws', 'configure', 'list-profiles'],
cache: FigCache(
strategy: 'stale-while-revalidate',
cacheByDirectory: true,
),
postProcess: _processAwsProfiles,
);