This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git
The following commit(s) were added to refs/heads/master by this push:
new 9ab8e1f Add new examples to the main readme
9ab8e1f is described below
commit 9ab8e1f9ff7ddd02ca45bd7cac1f23579eb9a245
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Jul 13 16:08:37 2020 +0200
Add new examples to the main readme
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 0206521..6a297b2 100644
--- a/README.md
+++ b/README.md
@@ -49,3 +49,5 @@ This is the current list of examples:
- [01 Basic](./01-basic): Getting started with Camel K by learning the most
important features that you should know before trying to develop more complex
examples.
- [02 Serverless API](./02-serverless-api): Learn how to design an API that
manages files in a remote storage location and leverages *Knative* Serving to
scale automatically (even to zero instances) based on the current load.
- [03 Knative Source Basic](./03-knative-source-basic): Getting started with
Knative Camel Source by learning the most important concepts you should know
before trying to develop more complex examples.
+- [04 AWS Kinesis Source Basic](./04-aws-kinesis-source-basic): Learn how to
consume AWS Kinesis events using Knative Camel Source.
+- [11 Knative Source Slack](./11-knative-source-slack): Getting started with
Slack integration using Knative Camel Source.
\ No newline at end of file