Skip to content

Commit 977aeaa

Browse files
authored
Merge pull request #322 from evalphobia/patch-1
Update README about AWS IAM policy
2 parents fae7d80 + a708b31 commit 977aeaa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,18 @@ The current list of calls made by the tool:
263263
- CloudWatchLogs: describeLogStreams, filterLogEvents
264264
- More may be added, check code for full list
265265

266+
## AWS IAM Policy
267+
268+
This tool needs these permissions to execute the features.
269+
270+
| Action | Features |
271+
|:--| :-- |
272+
| `lambda:ListFunctions` | View, Guardian |
273+
| `cloudwatch:GetMetricData` | View |
274+
| `logs:DescribeLogStreams` | View |
275+
| `logs:FilterLogEvents` | View |
276+
| `events:ListEventBuses` | View |
277+
266278
# Libs
267279

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

0 commit comments

Comments
 (0)