It contains browsable collection of AWS resources from various sources collected over a period of time. The intention is to use it as a quick reference guide or even as a source for the associate level certification exam (developer / solution architect) preparation.
It is hosted on Github pages: https://r-raman.github.io/aws-resources/
If you would like to contribute and help us keep the documentation up-to-date, we would appreciate it very much. Thank you!
We used Sphinx on Python 3.9 to build this documentation. Please follow the below steps to get started.
pip install sphinx
pip install furo
cd sphinx
make clean
make html
open build/html/index.html