An open API service indexing awesome lists of open source software.

https://github.com/pravsingh/aws_whitepapers

aws_whitepapers
https://github.com/pravsingh/aws_whitepapers

aws cloud whitepapers

Last synced: 9 months ago
JSON representation

aws_whitepapers

Awesome Lists containing this project

README

          

# aws_whitepapers

run below to start downloading latest documents

```bash
curl "https://aws.amazon.com/whitepapers/" | grep -e '.*\.pdf.*' | sed -e 's/.*href="\(.*\)\.pdf.*/http:\1.pdf/g' | sort | uniq | xargs wget
```