This guide covers how to contribute to the AWS CLI.
Building this documentation guide requires Python 3. To install dependencies (highly suggested to use a virtual environment):
$ make install To compile the guide, run:
$ make html To compile the guide and view it locally, run:
$ make htmlview