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
The Lambda function communicates with Slack through a Slack webhook
51
+
[webhook](https://your-slack-domain.slack.com/apps/manage). Note that you can either create an app, or a custom integration > Incoming webhook (easier, will only let you add a webhook)
45
52
46
-
1. Navigate to https://slack.com/apps/A0F7XDUAZ-incoming-webhooks and click
53
+
1. Navigate to https://your-slack-domain.slack.com/apps/manage and click
47
54
"Add Configuration".
48
55
2. Choose the default channel where messages will be sent and click
49
56
"Add Incoming WebHooks Integration".
@@ -54,12 +61,26 @@ The Lambda function communicates with Slack through a
54
61

55
62
56
63
### Step 2 - Configure & Launch the CloudFormation Stack
64
+
65
+
Note that the AWS region will be the region from which you launch the CloudFormation wizard, which will also scope the resources (SNS, etc.) to that region.
66
+
67
+
**If you are launching the CloudFormation Wizard for us-east-1 resources:**
68
+
57
69
Launch the CloudFormation Stack by using our preconfigured CloudFormation
58
70
[template](https://s3.amazonaws.com/aws-to-slack/cloudformation.yaml) or
- Download the release.zip file and upload it so some AWS S3 Bucket (it only works with s3 URLs, plus the format must be `s3://your-bucket/path-to-file`.
78
+
- Give public access to this file in S3
79
+
- Make a copy of the cloudformation.yaml file, edit the s3 URL so that it points to your newly uploaded file s3 URL
80
+
- Go to the CloudFormation interface from you region (you can click one of the links above, but make sure to change the region to yours) then click on "upload from file" and send your modified `cloudformation.yaml` file
81
+
82
+
**Afterwards**
83
+
63
84
Click "Next" and on the following page name your new stack and paste the
64
85
webhook URL from before into the "HookUrl" field. You can also configure a
0 commit comments