Alastair McCormack

Results 4 comments of Alastair McCormack

As a quick workaround, you can use: https://www.npmjs.com/package/aws-sso-creds-helper

It would be better if a pre-configured boto session could be passed somewhere rather than relying on the user environment.

From my point of view, the most flexible approach is to be able to pass a whole Boto session object. It would also be beneficial to be able to connect...

To make the Travis CI build pass I've had to drop Py 3.2 and 2.6 tests. It seems that many libraries are dropping support which is causing `pip install` to...