This is a repo of "cloud functions" (e.g. AWS lambda functions, Google cloud functions, Azure functions...etc).
- hello-world (echos a
messagepassed to it or returns "Hello world!") - random-word (returns a random English word)
- random-words (returns many random English words)
Since I use App Engine to host my website, I tend to use Google Cloud Functions.