We were doing a bunch of AWS.config.update({ region: region }) in a ton of different places and including in some of the command parsers. This meant that when trying to use shep pragmatically and not as a cli some of the functions didn't work. Didn't touch iam.js since those api calls don't need a region.
Really just want to be able to call shep.configList and get back an object of an environment
We were doing a bunch of
AWS.config.update({ region: region })
in a ton of different places and including in some of the command parsers. This meant that when trying to use shep pragmatically and not as a cli some of the functions didn't work. Didn't touchiam.js
since those api calls don't need a region.Really just want to be able to call
shep.configList
and get back an object of an environment