Skip to content

Commit

Permalink
Update README about AWS IAM policy
Browse files Browse the repository at this point in the history
  • Loading branch information
evalphobia authored Jun 24, 2020
1 parent fae7d80 commit a708b31
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,18 @@ The current list of calls made by the tool:
- CloudWatchLogs: describeLogStreams, filterLogEvents
- More may be added, check code for full list

## AWS IAM Policy

This tool needs these permissions to execute the features.

| Action | Features |
|:--| :-- |
| `lambda:ListFunctions` | View, Guardian |
| `cloudwatch:GetMetricData` | View |
| `logs:DescribeLogStreams` | View |
| `logs:FilterLogEvents` | View |
| `events:ListEventBuses` | View |

# Libs

Heavily based off the amazing [blessed](https://github.com/chjj/blessed) and [blessed-contrib](https://github.com/yaronn/blessed-contrib) projects.
Expand Down

0 comments on commit a708b31

Please sign in to comment.