I saw that there's an open issue to print a warning about this package not being the official CLI. I also saw that the issue hadn't been touched in 3 years, so this is probably just screaming into the void. But:
- Naming a published package "aws" when you're not actually publishing on behalf of AWS is highly misleading and arguably unethical (I don't think there was any harm intended here, but clearly plenty of users install this accidentally when they intend to install the official CLI)
- If someone is using this project, chances are they'll also want to use the official AWS CLI. This package installs an executable to your path with the same name, which can only possibly lead to problems (overwriting the executable, nondeterministic behavior based on paths, etc)