donnemartin / awesome-aws

A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Other
12.49k stars 1.69k forks source link

Add salesforce/policy_sentry - IAM Least Privilege Policy Generator #197

Closed kmcquade closed 4 years ago

kmcquade commented 4 years ago

Review the Contributing Guidelines

Before submitting a pull request, verify it meets all requirements in the Contributing Guidelines.

Describe Why This Is Awesome

It generates secure least-privilege IAM Policies automagically. Writing complex IAM Policies can take place over about 30 seconds instead of hours in the IAM Visual editor / Policy Generator.

--

Like this pull request? Vote for it by adding a :+1:

codecov-commenter commented 4 years ago

Codecov Report

Merging #197 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #197   +/-   ##
=======================================
  Coverage   96.62%   96.62%           
=======================================
  Files           4        4           
  Lines          89       89           
=======================================
  Hits           86       86           
  Misses          3        3           
kmcquade commented 4 years ago

@donnemartin - this is the new one

donnemartin commented 4 years ago

@kmcquade thank you!