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.
go install
build-lambda-zip
1 parent 4c09e84 commit 0f46684Copy full SHA for 0f46684
README.md
@@ -58,8 +58,7 @@ Windows developers may have trouble producing a zip file that marks the binary a
58
59
Get the tool
60
``` shell
61
-set GO111MODULE=on
62
-go.exe get -u github.com/aws/aws-lambda-go/cmd/build-lambda-zip
+go.exe install github.com/aws/aws-lambda-go/cmd/build-lambda-zip@latest
63
```
64
65
Use the tool from your `GOPATH`. If you have a default installation of Go, the tool will be in `%USERPROFILE%\Go\bin`.
0 commit comments