Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iann0036/iamfast-core
[ABANDONED APPROACH] AWS IAM policy generation from application code
https://github.com/iann0036/iamfast-core
Last synced: 17 days ago
JSON representation
[ABANDONED APPROACH] AWS IAM policy generation from application code
- Host: GitHub
- URL: https://github.com/iann0036/iamfast-core
- Owner: iann0036
- License: mit
- Created: 2021-03-21T07:46:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T08:46:23.000Z (over 3 years ago)
- Last Synced: 2024-10-12T23:57:11.166Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JavaScript • Python • Go • Java • VS Code • Core Library
# iamfast (Core Library)
:construction: EXPERIMENTAL - WORK IN PROGRESS :construction:
> AWS IAM policy generation from application code
iamfast uses [jsii](https://github.com/aws/jsii) to build core logic for multiple supported parsers.
Supported Platforms:
* JavaScript
* PythonUpcoming Platforms:
* C# / .NET
* Java
* Go## Building
```
npm run-script build
npm run-script package
```