Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skalt/aws_iam_actions
All the AWS IAM actions scraped from the AWS reference docs.
https://github.com/skalt/aws_iam_actions
aws aws-iam git-scraping
Last synced: 3 months ago
JSON representation
All the AWS IAM actions scraped from the AWS reference docs.
- Host: GitHub
- URL: https://github.com/skalt/aws_iam_actions
- Owner: SKalt
- License: bsd-3-clause
- Created: 2022-10-08T13:20:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T04:10:18.000Z (4 months ago)
- Last Synced: 2024-09-18T07:09:34.588Z (4 months ago)
- Topics: aws, aws-iam, git-scraping
- Language: TypeScript
- Homepage: https://aws-iam-actions.pages.dev
- Size: 3.59 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws_iam_actions
A dataset of (very nearly[^1]) all the AWS IAM actions scraped from [the AWS reference docs](https://docs.aws.amazon.com/service-authorization/latest/reference/reference.html).
## Notes on copyright
The scraped data should fall under US copyright fair-use since it copies only the facts of an API description and nothing else -- notably no human-readable documentation.
Please send any copyright complaints and takedown requests to [email protected].Copying, modifying, and using the scraper itself is granted under a [ BSD-3-Clause license](./LICENSE).
[^1]: AWS API Gateway v1 and v2's docs aren't yet properly scraped; see [#4](https://github.com/SKalt/aws_iam_actions/issues/4)