You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,10 @@ And set the `LOG_CHANNEL` in your environment variable to `cloudwatch`.
51
51
52
52
If the role of your AWS EC2 instance has access to Cloudwatch logs, `CLOUDWATCH_LOG_KEY` and `CLOUDWATCH_LOG_SECRET` need not be defined in your `.env` file.
53
53
54
+
### AWS IAM permissions
55
+
56
+
The needed permissions can be found [here](https://github.com/maxbanton/cwh#aws-iam-needed-permissions).
57
+
54
58
### Contribution
55
59
56
60
I have added a `pre-commit` hook to run `php-cs-fixer` whenever you make a commit. To enable this run `sh hooks.sh`.
0 commit comments