Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lamarrd/kelp
https://github.com/lamarrd/kelp
gitoo probot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lamarrd/kelp
- Owner: LamarrD
- License: mit
- Created: 2021-03-28T22:13:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T05:43:53.000Z (5 months ago)
- Last Synced: 2024-10-09T21:05:43.104Z (2 months ago)
- Topics: gitoo, probot
- Language: Python
- Size: 103 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
keLP - Keeping Everything Least Privileged
keLP is a tool with the goal of automating the process of granting least privilege IAM roles for serverless applications in AWS. It works by reading your function definition from your IAC, deploying and executing your lambdas, then reading the resulting API calls from CloudTrail.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
![DEMO](https://user-images.githubusercontent.com/52003089/114405766-fc84b800-9b74-11eb-951a-c1df0cba5574.mp4)
## Getting Started
To get a local copy up and running follow these simple steps.
### Installation
`pip install aws-kelp`## Usage
`kelp -v`Also, see the [Actions](https://github.com/LamarrD/keLP/actions) for examples of successful runs
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Lamarr - [@tworlamarr](https://twitter.com/tworlamarr) - [email protected]
[contributors-shield]: https://img.shields.io/github/contributors/lamarrd/keLP.svg?style=for-the-badge
[contributors-url]: https://github.com/lamarrd/keLP/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/lamarrd/keLP.svg?style=for-the-badge
[forks-url]: https://github.com/lamarrd/keLP/network/members
[stars-shield]: https://img.shields.io/github/stars/lamarrd/keLP.svg?style=for-the-badge
[stars-url]: https://github.com/lamarrd/keLP/stargazers
[issues-shield]: https://img.shields.io/github/issues/lamarrd/keLP.svg?style=for-the-badge
[issues-url]: https://github.com/lamarrd/keLP/issues
[license-shield]: https://img.shields.io/github/license/lamarrd/keLP.svg?style=for-the-badge
[license-url]: https://github.com/lamarrd/keLP/blob/master/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/lamarr-henry-a20218141/