ruimarinho / gsts

Obtain and store AWS STS credentials to interact with Amazon services by authenticating via G Suite SAML.
MIT License
212 stars 37 forks source link

Upgrade to aws-sdk v3 #79

Closed ruimarinho closed 1 year ago

ruimarinho commented 1 year ago

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 to process.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.