https://github.com/cloud-copilot/iam-harvest
Collect IAM Data
https://github.com/cloud-copilot/iam-harvest
Last synced: 5 months ago
JSON representation
Collect IAM Data
- Host: GitHub
- URL: https://github.com/cloud-copilot/iam-harvest
- Owner: cloud-copilot
- Created: 2024-11-20T23:41:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-15T03:18:15.000Z (8 months ago)
- Last Synced: 2025-10-15T12:51:08.335Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IAM Harvest
Harvests AWS IAM Metadata and publishes to different libraries to assist with automation.
## Status
[](https://github.com/cloud-copilot/iam-harvest/actions/workflows/update-packages.yml)
### Packages
This publishes to three different packages nightly **if there are changes to the data**:
|Runtime|Github|Package|
|----------|:--------|:---------|
|Node/Browser|[iam-data](https://github.com/cloud-copilot/iam-data)| [@cloud-copilot/iam-data](https://www.npmjs.com/package/@cloud-copilot/iam-data)|
|Go|[iam-data-go](https://github.com/cloud-copilot/iam-data-go)|[iam-data-go](https://pkg.go.dev/github.com/cloud-copilot/iam-data-go/iamdata)|
|Python|[iam-data-python](https://github.com/cloud-copilot/iam-data-python)|[iamdata](https://pypi.org/project/iamdata/)|