An open API service indexing awesome lists of open source software.

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.

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/).