Simple "Hello world" Lambda function which accepts a ?name
parameter for extra personalization. Source code for the accompanying tutorial found here: https://hackersandslackers.com/deploy-serverless-golang-functions-with-netlify/
Request:
$ curl https://example.com/.netlify/functions/name?todd
Response:
Hello todd!