Skip to content

Commit 2b62288

Browse files
committed
docs: update repo ref and remove under-dev notice
1 parent 7cce906 commit 2b62288

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# aws-backup-integration-slack-go
22

3-
**UNDER DEVELOPMENT**
4-
53
AWS Lambda function that listens to **AWS Backup** events via **Amazon
64
EventBridge** and publishes clean, threaded messages to Slack.
75

@@ -26,8 +24,8 @@ EventBridge** and publishes clean, threaded messages to Slack.
2624
### Steps
2725

2826
```bash
29-
git clone https://github.com/cruxstack/aws-backup-integration-slack.git
30-
cd aws-backup-integration-slack
27+
git clone https://github.com/cruxstack/aws-backup-integration-slack-go.git
28+
cd aws-backup-integration-slack-go
3129

3230
# build static Linux binary for lambda
3331
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o bootstrap

0 commit comments

Comments
 (0)