Skip to content

aws-annoying

License: MIT codecov PyPI - Version

Utils to handle some annoying AWS tasks.

❓ About

This project aims to provide a set of utilities and examples to help with some annoying tasks when working with AWS.

Major directories of the project:

  • aws_annoying Python package containing CLI and utility functions.
  • console Utilities to help working with AWS Console.
  • examples Examples of how to use the package.
  • devcontainer-features Devcontainer features to help set up development environment.

🚀 Installation

It is recommended to use pipx to install aws-annoying CLI:

$ pipx install aws-annoying
$ aws-annoying --help

 Usage: aws-annoying [OPTIONS] COMMAND [ARGS]...

...

As the package also provides some utility functions, you can install aws-annoying via pip, if you are going to use those utils.

💡 Usage

Refer to the CLI help or documentation for detailed information on how to use each command.

💖 Contributing

Any feedback, suggestions or contributions are welcome! Feel free to open an issue or a pull request.