Closed jpb closed 6 years ago
Continuing my notes from https://github.com/unbounce/iidy/issues/134#issuecomment-422159676, it appears that loadStackArgs already used argv.region:
loadStackArgs
argv.region
https://github.com/unbounce/iidy/blob/7404bc2adf1d41f2ab05affd295163924d9bf0d0/src/cfn/index.ts#L950-L953
This pull requests removes the extra, unnecessary call to configureAWS.
configureAWS
Fixes #134
Continuing my notes from https://github.com/unbounce/iidy/issues/134#issuecomment-422159676, it appears that
loadStackArgs
already usedargv.region
:https://github.com/unbounce/iidy/blob/7404bc2adf1d41f2ab05affd295163924d9bf0d0/src/cfn/index.ts#L950-L953
This pull requests removes the extra, unnecessary call to
configureAWS
.Fixes #134