nzoschke/gofaas

watchexec + make + start-api

Closed this issue · 1 comments

It would be nice if aws-sam-local start-api would pick up the latest code changes. We should be able to do this with a tool like watchexec calling make handlers on changes. Go 1.10 build caching might make this a fast enough experience.

Fixed