From e86da8ee27e727b383bb520070835e1688b6b3c6 Mon Sep 17 00:00:00 2001 From: Riswan <3247776+rayoriz@users.noreply.github.com> Date: Mon, 8 Apr 2019 16:39:50 +0200 Subject: [PATCH] Update to change sam command Old command no longer works --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a45849d..10e8936 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ compile: GOOS=linux go build -o myapp run: compile - aws-sam-local local invoke "myapp" -e event.json + sam local invoke "myapp" -e event.json ship: compile zip hello_lambda.zip myapp