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
238 stars 79 forks source link

Improve install, uninstall, update experience. Improve discoverability of modules and cmdlets. #42

Closed yobyot closed 4 years ago

yobyot commented 5 years ago

Breaking up the monolithic cmdlet modules has some negative impacts on usability.

First, there's the problem of synching .Common with everything else, as described in #38.

Beyond that, there are additional issues I hope you can address over time.

While I appreciate that the AWSPowerShell.NetCore had grown too large for you, decomposing it makes additional work for some users like me who had grown used to getting everything at once. In my world, waiting five seconds for the fat boy to load into memory is worth the wait because it was convenient.

AWS.Tools.* may be svelte but skinny ain't everything. :-)

matteo-prosperi commented 5 years ago

Hello, thanks for reaching out. Now that we are shaping the new modular AWS Tools for PowerShell we are even more interested in user feedback.

Thanks again for the feedback!

matteo-prosperi commented 4 years ago

Hello, thanks for opening this issue. We have created the AWS.Tools.Installer module to simplify installation, uninstallation and update of the AWS.Tools.Module.

The next release of AWS.Tool will also include a Get-AWSService cmdlet allowing to list the available modules.

matteo-prosperi commented 4 years ago

Get-AWSService is now available in AWS Tools for PowerShell version 4. AWS.Tools.Installer is also available for use in production environments.