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
To get a local copy up and running follow these simple steps.
pip install aws-kelp
kelp -v
Also, see the Actions for examples of successful runs
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Lamarr - @tworlamarr - [email protected]