Functionality-wise, everything remains the same, but from a configuration stand point, it now requires a region to be specified via --aws-region. It will default to process.env.AWS_DEFAULT_REGION because that's one of the officially supported AWS CLI environment variables.
Closes https://github.com/ruimarinho/gsts/issues/77.
Functionality-wise, everything remains the same, but from a configuration stand point, it now requires a region to be specified via
--aws-region
. It will default toprocess.env.AWS_DEFAULT_REGION
because that's one of the officially supported AWS CLI environment variables.However, this will require a new major version.
Closes https://github.com/ruimarinho/gsts/pull/72 https://github.com/ruimarinho/gsts/pull/74.