# Boto3 Documentation
Documentation for boto3 can be found [here](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html)
Sphinx is used for documentation. You can generate HTML locally with the following:
$ pip install -r requirements-docs.txt
$ cd docs
$ make html