Hello!
I am a bit confused how would you deploy on netlify with serverless function with Go.
Deploying only hugo is fine, but I could not add a serverless function even hello world from https://github.com/netlify/aws-lambda-go-example
I made a directory in hugo called functions added there hello.go as per example, and pushed it. But I guess I have to do something with config in netlify.toml but tried this and that and either build fails, or there just no functions.