https://github.com/tmr08c/serverless-gcloud-go-demo
Demo app using the serverless framework to create a Google Cloud Function using golang.
https://github.com/tmr08c/serverless-gcloud-go-demo
demo faas gcloud golang serverless serverless-framework
Last synced: 3 months ago
JSON representation
Demo app using the serverless framework to create a Google Cloud Function using golang.
- Host: GitHub
- URL: https://github.com/tmr08c/serverless-gcloud-go-demo
- Owner: tmr08c
- License: mit
- Archived: true
- Created: 2019-04-13T03:30:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T10:26:40.000Z (almost 6 years ago)
- Last Synced: 2024-04-14T10:06:20.855Z (almost 2 years ago)
- Topics: demo, faas, gcloud, golang, serverless, serverless-framework
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Archived - This was for tutorial purposes and is not actively maintained**
# Demo Serverless FaaS with Go
This is essentially the template generated by the awesome [serverless framework](https://serverless.com/framework/) for creating a Google Cloud Function in golang.
To follow along the adventure of getting it all setup, take a look at [this post](https://tmr08c.github.io/2019/04/golang-fass/).