Hacker News new | ask | show | jobs
by laci27 3031 days ago
This is amazing! Does anyone know a good resource to learn more about Lambda and how to setup small projects like this?
1 comments

I’m working on a comprehensive resource for running Lambda Go projects here:

https://github.com/nzoschke/gofaas

The guide on periodicnworker functions is how I would build this pinger.

https://github.com/nzoschke/gofaas/blob/master/docs/worker-f...