From b800beb8a66859f0af94e7bdb638da1ee05513be Mon Sep 17 00:00:00 2001 From: Bryan Moffatt Date: Thu, 14 Nov 2019 16:56:51 +0000 Subject: [PATCH] Update build-lambda-zip instructions for Windows This should mitigate the dependency locking issues people have been reporting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97edaa73..64af964f 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Windows developers may have trouble producing a zip file that marks the binary a Get the tool ``` shell +set GO111MODULE=on go.exe get -u github.com/aws/aws-lambda-go/cmd/build-lambda-zip ```