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