-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
112d18f
commit 47f107d
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Netlify Function Golang Tutorial | ||
|
||
## ⚠️ **NOTE: This tutorial is no longer unmaintained, as Netlify is no longer recommended as a platform.** ⚠️ | ||
|
||
![Gatsby](https://img.shields.io/badge/Gatsby-v^2.8-yellow.svg?longCache=true&style=flat-square&logo=Gatsby&logoColor=white&colorA=4c566a&colorB=b48ead) | ||
![Go](https://img.shields.io/badge/Go-1.14-blue.svg?logo=go&longCache=true&logoColor=white&colorB=88C0D0&style=flat-square&colorA=4c566a) | ||
|
@@ -8,8 +9,8 @@ | |
[![GitHub stars](https://img.shields.io/github/stars/hackersandslackers/netlify-functions-tutorial.svg?style=flat-square&colorB=ebcb8b&colorA=4c566a&logo=GitHub)](https://github.com/hackersandslackers/netlify-functions-tutorial/stargazers) | ||
[![GitHub forks](https://img.shields.io/github/forks/hackersandslackers/netlify-functions-tutorial.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b&logo=GitHub)](https://github.com/hackersandslackers/netlify-functions-tutorial/network) | ||
|
||
An example GatsbyJS project demonstrating how to deploy Lambd functions with Netlify. Source code for the accompanying tutorial found here: https://hackersandslackers.com/deploy-serverless-golang-functions-with-netlify/ | ||
An example GatsbyJS project demonstrating how to deploy Lambda functions with Netlify. The source code for the accompanying tutorial is found here: https://hackersandslackers.com/deploy-serverless-golang-functions-with-netlify/ | ||
|
||
![Netlify Function Tutorial](./.github/[email protected]) | ||
|
||
Demo here: https://serverless-golang-tutorial.netlify.app | ||
Demo here: https://serverless-golang-tutorial.netlify.app |