lifadev / archive_aws-lambda-go-shim

Author your AWS Lambda functions in Go, effectively.

Home Page:https://github.com/eawsy/aws-lambda-go-shim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"make" process never exits on macOS

Rukenshia opened this issue · comments

I ran make but the process doesn't seem to ever stop (I let it run for about 15 minutes now), there seems to be a handler.zip and handler.so however. It just doesn't exit even though the build succeeded.

I'm using gnu make 4.2.1 and docker 17.06 with docker 1.8.3

seems to have been a problem with my docker installation. fixed it by reinstalling.