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 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
1111Simple "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
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
22
33go 1.14
44
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package main_test
22
33import (
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"
You can’t perform that action at this time.
0 commit comments