[Solved] Deploy on netlify with functions

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.

Please ask in the AWS or Netlify support areas. Glad to hear Hugo is working for ya. :slight_smile:

Thank you, I did a hour ago, and while getting through google in parallel I finally found out that I had to compile the function… That could be mentioned on the docs more clearly :slight_smile:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.