aws / aws-tools-for-powershell

The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
Apache License 2.0
236 stars 78 forks source link

Improving speed of the installer, adding support for strict mode. #93

Closed matteo-prosperi closed 4 years ago

matteo-prosperi commented 4 years ago

Improving speed of the installer, adding support for strict mode.

matteo-prosperi commented 4 years ago

@tlindsay42 Thanks for the very detailed feedback! It is really appreciated. I addressed as much as possible and updated the PR. Thank you also for running some performance tests. I think there isn't much else that can be done in order to further improve performances (unless we wish to completely dropping PowerShellGet and perform the installation manually).

matteo-prosperi commented 4 years ago

Merged offline