Skip to content

Commit c6c972f

Browse files
authored
chore: Remove check boxes that don't render properly in module doc (#140)
1 parent 52d6aa0 commit c6c972f

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ Start by setting up an [incoming webhook integration](https://my.slack.com/servi
66

77
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.
88

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)
2023

2124
## Usage
2225

0 commit comments

Comments
 (0)