go-lambda-function-tutorial

🐹 💬 "Hello world" Lambda function written in Golang.

MIT License

Stars
0
Committers
2

Go Lambda Function Tutorial

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/

Example Usage

Request:

$ curl https://example.com/.netlify/functions/name?todd

Response:

Hello todd!