Closed Anonyfox closed 6 years ago
seems that there is a configuration loader right in the JS SDK:
var credentials = new AWS.SharedIniFileCredentials({profile: 'work-account'}); AWS.config.credentials = credentials;
If this works, the custom INI file parser used in the deploy command might be simplified
seems that there is a configuration loader right in the JS SDK:
If this works, the custom INI file parser used in the deploy command might be simplified