https://github.com/hackersandslackers/go-lambda-function-tutorial
🐹 💬 "Hello world" Lambda function written in Golang.
https://github.com/hackersandslackers/go-lambda-function-tutorial
aws aws-lambda gatsbyjs go golang jamstack lambda lambda-functions netlify serverless
Last synced: about 1 year ago
JSON representation
🐹 💬 "Hello world" Lambda function written in Golang.
- Host: GitHub
- URL: https://github.com/hackersandslackers/go-lambda-function-tutorial
- Owner: hackersandslackers
- License: mit
- Created: 2020-08-06T05:11:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T17:27:44.000Z (about 1 year ago)
- Last Synced: 2025-04-15T04:55:30.214Z (about 1 year ago)
- Topics: aws, aws-lambda, gatsbyjs, go, golang, jamstack, lambda, lambda-functions, netlify, serverless
- Language: Go
- Homepage: https://hackersandslackers.com/deploy-serverless-golang-functions-with-netlify/
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Go Lambda Function Tutorial




[](https://github.com/hackersandslackers/lambda-metadata-scraper/issues)
[](https://github.com/hackersandslackers/lambda-metadata-scraper/stargazers)
[](https://github.com/hackersandslackers/lambda-metadata-scraper/network)
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:**
```shell
$ curl https://example.com/.netlify/functions/name?todd
```
**Response:**
```shell
Hello todd!
```