We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cce906 commit 2b62288Copy full SHA for 2b62288
README.md
@@ -1,7 +1,5 @@
1
# aws-backup-integration-slack-go
2
3
-**UNDER DEVELOPMENT**
4
-
5
AWS Lambda function that listens to **AWS Backup** events via **Amazon
6
EventBridge** and publishes clean, threaded messages to Slack.
7
@@ -26,8 +24,8 @@ EventBridge** and publishes clean, threaded messages to Slack.
26
24
### Steps
27
25
28
```bash
29
-git clone https://github.com/cruxstack/aws-backup-integration-slack.git
30
-cd aws-backup-integration-slack
+git clone https://github.com/cruxstack/aws-backup-integration-slack-go.git
+cd aws-backup-integration-slack-go
31
32
# build static Linux binary for lambda
33
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o bootstrap
0 commit comments