-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README w/ Slack Integration Instructions #25
Comments
Hi @theomarkkuspaul , you have to create an Incoming Webhook in Slack as stated here: https://api.slack.com/incoming-webhooks It gives you the URL to use in your chaos lambda configuration file. Specifically, you only need to "XXXXXXXXXX" part of the example URL in that page. After configured your Chaosfile.js, the app will take care of everything. Does it answer your quesiton? |
Hey @davinerd thanks for the reply. Yep, I have created the Slack webhook per the documentation. I'm not sure exactly at this point how to configure my Chaosfile.json with the access key Slack has given me. Any steps on how I can achieve? |
So Slack gave you something like If so, then take the That should do the trick. Let me know if you encounter in any error. |
I've found that I actually need to specify everything after the "/services/" portion inside the Chaosfile.json
Don't forget to build from source since this package hasn't been updated in npm. Slack integration is not in the latest tagged version. |
Hey guys, really enjoying using this project.
Noticed you built a Slack integration in this PR: Add slack notification #21
It would be fantastic if the README details how I might be able to wire up Chaos Lambda running on my AWS account with my Slack. Any thoughts on how soon this can get done?
The text was updated successfully, but these errors were encountered: