How to update AWS actions via scraping
mainThe repository includes a generator tool that scrapes AWS documentation to auto-generate new action files. To run the scraper (requires Python 3.7+), follow these steps:
- Install scraper requirements.
- Install the current package.
- Run the scrape script.
- Review changes with
git diff.
$ python3 -m pip install -r scrape/requirements.txt
$ python3 -m pip install .
$ python3 ./scrape/scrape.py
$ git diff