Steve Roberts

Results 22 comments of Steve Roberts

We've been holding off adding support for automatic installation of the AWSPowerShell.NetCore module until PowerShell Core went GA. Now that's been done we will look again at this but I...

Apologies, for both no news and late response. I've been pretty much focused on getting the credential changes and new tasks in the 1.1 release tidied up and didn't get...

Given the different environments and ways to install the CLI, and the requirement to install Python etc (at least I think that still needs to be done) we're thinking about...

Huge apologies, I wasn't aware of any follow up correspondence on this issue and have been mostly focused elsewhere. I totally agree we haven't done a great job of addressing...

Even if we managed to get the size limit raised we'd then find ourselves in a bind on the CLI version bundled with the tools. The AWS SDKs and the...

I've heard from others inside AWS that apparently Python is available on all hosts (but haven't confirmed it) but that 'pip install' errors out about a new version of pip...

I don't know if the waiter (which is implemented in the AWS Javascript SDK) can be customized to look for both states (the [documentation](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CloudFormation.html#waitFor-property) seems to indicate it handles only...

I did check with the sdk team and currently the waiter implementation that's watching for the stack to reach completed status doesn't support waiting on multiple states. The only way...

It appears that because the sdk waiter implementation cannot wait on multiple states, we'll need to rework that code to abandon the waiter and write our own polling loop. Not...

I wouldn't expect anytime soon, but asking for it will certainly cause us to pay more attention when we're working through our backlogs.