Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T22:55:32.000Z (7 months ago)
- Last Synced: 2024-10-10T18:24:14.082Z (about 1 month 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: 2
- 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
![Go](https://img.shields.io/badge/Go-1.14-blue.svg?logo=go&longCache=true&logoColor=white&colorB=88C0D0&style=flat-square&colorA=4c566a)
![AWS Lambda](https://img.shields.io/badge/AWS--Lambda-1.17.0-blue.svg?logo=go&longCache=true&logoColor=white&colorB=88C0D0&style=flat-square&colorA=4c566a)
![Testify](https://img.shields.io/badge/Testify-1.4.0-blue.svg?logo=go&longCache=true&logoColor=white&colorB=88C0D0&style=flat-square&colorA=4c566a)
![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square&colorA=4c566a&colorB=a3be8c&logo=GitHub)
[![GitHub Issues](https://img.shields.io/github/issues/hackersandslackers/go-lambda-function-tutorial.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b&logo=GitHub)](https://github.com/hackersandslackers/lambda-metadata-scraper/issues)
[![GitHub Stars](https://img.shields.io/github/stars/hackersandslackers/go-lambda-function-tutorial.svg?style=flat-square&colorB=ebcb8b&colorA=4c566a&logo=GitHub)](https://github.com/hackersandslackers/lambda-metadata-scraper/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/hackersandslackers/go-lambda-function-tutorial.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b&logo=GitHub)](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/
![Netlify Function Tutorial](./.github/[email protected])
### Example Usage
**Request:**
```shell
$ curl https://example.com/.netlify/functions/name?todd
```**Response:**
```shell
Hello todd!
```