From d5d047db8113c2ac59dda9b3a364e78d838325d9 Mon Sep 17 00:00:00 2001 From: Valerii Hiora Date: Fri, 31 May 2019 13:49:36 +0300 Subject: [PATCH] Fixed invocation example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 327ec49..7891c1a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ _LAMBDA_SERVER_PORT=8001 go run ./toupperlambda.go Then use this library in tests or wherever you need it, by calling ``` -response, err := golambdainvoke.Run(Input{ +response, err := golambdainvoke.Run(golambdainvoke.Input{ Port: 8001, Payload: "payload", })