Watch CloudTrail and send notifications of every action to an slack channel.
npm i -g auth0/cloudtrail-slack
Configure a daemon that runs the following command:
SLACK_WEBHOOK=http://your-slack-webhook \
REGIONS=us-west-1,us-east-1
cloudtrail-slack
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.
This project is licensed under the MIT license. See the LICENSE file for more info.