File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
![ 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 )
5
5
![ 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 )
6
6
![ 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 )
10
10
11
11
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/
12
12
13
- ![ Netlify Function Tutorial] ( ./.github/netlify -lambda-go @2x.jpg )
13
+ ![ Netlify Function Tutorial] ( ./.github/go -lambda-github @2x.png )
14
14
15
15
### Example Usage
16
16
Original file line number Diff line number Diff line change 1
- module github.com/hackersandslackers/netlify-golang -function-tutorial
1
+ module github.com/hackersandslackers/go-lambda -function-tutorial
2
2
3
3
go 1.14
4
4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package main_test
2
2
3
3
import (
4
4
"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"
6
6
"github.com/stretchr/testify/assert"
7
7
"log"
8
8
"testing"
You can’t perform that action at this time.
0 commit comments