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 b23238c commit f03b70eCopy full SHA for f03b70e
README.md
@@ -28,7 +28,7 @@ git clone https://github.com/cruxstack/aws-backup-integration-slack-go.git
28
cd aws-backup-integration-slack-go
29
30
# build static Linux binary for lambda
31
-GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o bootstrap
+GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -C cmd/lambda -o ../../bootstrap
32
33
# package
34
zip deployment.zip bootstrap
0 commit comments