Skip to content

Commit d44cbc6

Browse files
committed
Rename repository.
1 parent 0b19ab7 commit d44cbc6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/[email protected]

51.5 KB
Loading

.github/[email protected]

-93.9 KB
Binary file not shown.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
![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)
55
![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)
66
![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square&colorA=4c566a&colorB=a3be8c&logo=GitHub)
7-
[![GitHub Issues](https://img.shields.io/github/issues/hackersandslackers/netlify-golang-function-tutorial.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b&logo=GitHub)](https://github.com/hackersandslackers/lambda-metadata-scraper/issues)
8-
[![GitHub Stars](https://img.shields.io/github/stars/hackersandslackers/netlify-golang-function-tutorial.svg?style=flat-square&colorB=ebcb8b&colorA=4c566a&logo=GitHub)](https://github.com/hackersandslackers/lambda-metadata-scraper/stargazers)
9-
[![GitHub Forks](https://img.shields.io/github/forks/hackersandslackers/netlify-golang-function-tutorial.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b&logo=GitHub)](https://github.com/hackersandslackers/lambda-metadata-scraper/network)
7+
[![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)
8+
[![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)
9+
[![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)
1010

1111
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/
1212

13-
![Netlify Function Tutorial](./.github/netlify-lambda-go@2x.jpg)
13+
![Netlify Function Tutorial](./.github/go-lambda-github@2x.png)
1414

1515
### Example Usage
1616

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/hackersandslackers/netlify-golang-function-tutorial
1+
module github.com/hackersandslackers/go-lambda-function-tutorial
22

33
go 1.14
44

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main_test
22

33
import (
44
"github.com/aws/aws-lambda-go/events"
5-
main "github.com/hackersandslackers/netlify-golang-function-tutorial"
5+
main "github.com/hackersandslackers/go-lambda-function-tutorial"
66
"github.com/stretchr/testify/assert"
77
"log"
88
"testing"

0 commit comments

Comments
 (0)