mrserverless / serverless-golang

AWS Lambda Go functions using Serverless Framework and Python shim
Other
302 stars 21 forks source link

No rule to make target #39

Closed reidblomquist closed 6 years ago

reidblomquist commented 6 years ago

Getting these errors attempting to run examples - not sure where the breakdown is.

Running: make test build deploy

Results in:

docker-compose run --rm sls-go make _deps
make: *** No rule to make target `_deps'.  Stop.
Makefile:13: recipe for target 'deps' failed
make: *** [deps] Error 2

Any tips or pointers to troubleshoot/get this running would be much appreciated!

Cheers, Reid

reidblomquist commented 6 years ago

Did some basic docker/fs debugging and it looks like my volume simply isn't getting created properly. Closing this and debugging through separate channels (using a kind of funky setup with lxss)