https://github.com/bryik/cloud-functions
A collection of "serverless" functions deployed to GCP.
https://github.com/bryik/cloud-functions
google-cloud-platform serverless
Last synced: 3 months ago
JSON representation
A collection of "serverless" functions deployed to GCP.
- Host: GitHub
- URL: https://github.com/bryik/cloud-functions
- Owner: bryik
- Created: 2018-12-23T16:55:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T02:23:50.000Z (over 7 years ago)
- Last Synced: 2025-01-19T23:32:49.469Z (about 1 year ago)
- Topics: google-cloud-platform, serverless
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cloud-functions
This is a repo of "cloud functions" (e.g. AWS lambda functions, Google cloud functions, Azure functions...etc).
## Index
1. hello-world (echos a `message` passed to it or returns "Hello world!")
2. random-word (returns a random English word)
3. random-words (returns many random English words)
## Provider
Since I use App Engine to host my website, I tend to use [Google Cloud Functions](https://cloud.google.com/functions/).