joguSD
joguSD
This is to get the wizards I've created checked in somewhere and begin the conversation of how wizard models should be integrated with the shell. From previous discussion it seems...
The CLI will prefer explicit AWS credentials in the environment variables thus ignoring the profile set by the shell. If you manually invoke a profile using the shell this will...
Previously, if you hit the input timeout while searching the documentation panel would close as input into the search buffer would be taken into consideration for the documentation to be...
The HTML parser blows up when trying to generate documentation for the first time on v2.6.9. ``` First run, creating autocomplete index... Traceback (most recent call last): File "/Users/guymonj/.pyenv/versions/2.6.9/bin/aws-shell", line...
For any project with more than a few dependencies polling on the node_modules directory requires a lot of cpu (nearly 100% in my vm). Adding `ignoreWatch: true` to watchify's options...
Right now AioBotocore uses Botocore's user agent from what I can tell: ```python 'User-Agent': b'Botocore/1.19.52 Python/3.7.6 Darwin/18.7.0' ``` It's pretty trivial to override the user agent configuration for the `botocore.session.Session`...
This delays SSL context construction in the requests adapter to only construct the new context when it will actually be used to establish a new connection. This avoids getting duplicate...