lifadev / archive_aws-lambda-go-shim

Author your AWS Lambda functions in Go, effectively.
https://github.com/eawsy/aws-lambda-go-shim
Apache License 2.0
789 stars 66 forks source link

"make" process never exits on macOS #28

Closed Rukenshia closed 7 years ago

Rukenshia commented 7 years ago

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

Rukenshia commented 7 years ago

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