From e205de60dacbc4cff73b31252fbcfb89dc359046 Mon Sep 17 00:00:00 2001 From: "dr.max" Date: Fri, 6 Dec 2019 09:33:05 -0500 Subject: [PATCH] added knfun as external code KnFun is a complete example of three functions used to demonstrate serverless and Knative and its client: kn. --- docs/samples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/samples.md b/docs/samples.md index 7be9e25fc05..d4c0da7009f 100755 --- a/docs/samples.md +++ b/docs/samples.md @@ -29,5 +29,6 @@ A list of links to Knative code samples that live outside of - [Image processing using Knative Eventing, Cloud Run on GKE (Knative Serving implementation) and Google Cloud Vision API](https://github.com/akashrv/knative-samples/blob/master/docs/image-processing.md) - [A potpourri of Knative Eventing Examples](https://github.com/lionelvillard/knative-examples) +- [Knfun - a complete Knative example of three functions using Twitter and Watson API that use kn to deploy and manage functions](https://github.com/maximilien/knfun/blob/master/README.md) _Please add links to your externally hosted Knative code sample._