Skip to content

crowecawcaw/aws-docs-history

Repository files navigation

AWS Documentation Archive

This repository provides weekly snapshots of AWS documentation converted to Markdown format. It's useful if you need:

  • Markdown versions of AWS docs for giving context to AI agents, training models, or offline reference
  • Historical tracking of how AWS documentation changes over time

The repository automatically crawls the AWS documentation index once per week, converts the HTML pages to Markdown, and commits the results. The Git history provides a complete timeline of documentation updates across all AWS services.

Running the crawler

To run the crawler locally:

pip install -r requirements.txt
python crawler.py

To crawl a specific service:

python crawler.py --service-url "https://docs.aws.amazon.com/AmazonS3/latest/userguide/"

Documentation activity

Net lines changed per service per week over the last 6 months. Bar heights use a log scale. Green = net lines added, red = net lines removed.

Documentation activity

Licensing and attribution

The content in the docs/ directory is mirrored from docs.aws.amazon.com and is licensed by Amazon Web Services as follows:

These terms are described in the AWS site terms at https://aws.amazon.com/terms/. When redistributing or modifying any files from docs/, you must:

  1. Attribute the original work to Amazon Web Services in accordance with CC BY-SA 4.0, including a link to the source material and to the license.
  2. Share any derivative documentation under the same CC BY-SA 4.0 license.
  3. Retain the MIT-0 license notice with any redistributed code examples.

No rights are granted with respect to the AWS trademarks, service marks, or logos that may appear in the archived content.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors