James Saryerwinnie
James Saryerwinnie
Based on community feedback, we have decided to return feature requests to GitHub issues.
Wouldn't this require an explicit cast though for clients/resources? While we can generate types for the clients/resources, there's not way to automatically associate the creation of a client to a...
The resource models the AWS SDKs use right now don't support this yet which is why it isn't in the aws-shell, but I'd like to add this. The two options...
Would it be better if we just `flush()` the file and seek the file to the end of the last part we downloaded? In other words, have the multipart downloads...
In general, I'd like to improve things with regard to pickling/serializing objects. However, this is going to be challenging to implement giving the dynamic nature of resources/instances. Marking as a...
Yep, definitely something I plan on adding.
This would be really useful. I'm not sure how feasible this is in the aws-shell. We just shell out to the aws-cli, which manages the entire transfer/sync process. Because of...
I'm surprised that MFA is being asked twice when invoking multiple commands. That should be cached by the CLI. For the second issue, because we're using boto3 to do server...
@petermoon I agree. This is essentially what's been requested here https://github.com/awslabs/aws-shell/issues/87
Thanks for the pull request. Quick note on the tests. Looks like they're failing due to a recent change in prompt toolkit. There's a fix out for this: https://github.com/awslabs/aws-shell/pull/137 Once...