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
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,20 @@ Start by setting up an [incoming webhook integration](https://my.slack.com/servi
6
6
7
7
Doing serverless with Terraform? Check out [serverless.tf framework](https://serverless.tf), which aims to simplify all operations when working with the serverless in Terraform.
8
8
9
-
## Features
10
-
11
-
-[x] AWS Lambda runtime Python 3.8
12
-
-[x] Create new SNS topic or use existing one
13
-
-[x] Support plaintext and encrypted version of Slack webhook URL
14
-
-[x] Most of Slack message options are customizable
15
-
-[x] Support different types of SNS messages:
16
-
-[x] AWS CloudWatch Alarms
17
-
-[x] AWS CloudWatch LogMetrics Alarms
18
-
-[ ][Send pull-request to add support of other message types](https://github.com/terraform-aws-modules/terraform-aws-notify-slack/pulls)
19
-
-[x] Local pytest driven testing of the lambda to a Slack sandbox channel
9
+
## Supported Features
10
+
11
+
- AWS Lambda runtime Python 3.8
12
+
- Create new SNS topic or use existing one
13
+
- Support plaintext and encrypted version of Slack webhook URL
14
+
- Most of Slack message options are customizable
15
+
- Support different types of SNS messages:
16
+
- AWS CloudWatch Alarms
17
+
- AWS CloudWatch LogMetrics Alarms
18
+
- Local pytest driven testing of the lambda to a Slack sandbox channel
19
+
20
+
## Feature Roadmap
21
+
22
+
- More SNS message types: [Send pull-request to add support of other message types](https://github.com/terraform-aws-modules/terraform-aws-notify-slack/pulls)
0 commit comments