You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/29 07:17:30 UTC

[camel-examples] branch master updated: AWS2-Eventbridge example: Render the modules as list

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new d48050e  AWS2-Eventbridge example: Render the modules as list
d48050e is described below

commit d48050e005cd30418a56a52bb8729ffdc0be0b2d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 29 09:17:10 2020 +0200

    AWS2-Eventbridge example: Render the modules as list
---
 examples/camel-example-main-endpointdsl-aws2/readme.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/camel-example-main-endpointdsl-aws2/readme.adoc b/examples/camel-example-main-endpointdsl-aws2/readme.adoc
index 9420333..6453b2a 100644
--- a/examples/camel-example-main-endpointdsl-aws2/readme.adoc
+++ b/examples/camel-example-main-endpointdsl-aws2/readme.adoc
@@ -5,10 +5,10 @@ to define endpoints using type safe fluent builders, which are Java methods
 that are compiled.
 
 This example is splitted in 3 submodules
-  - Eventbridge module: This module is responsible for creating a rule in Eventbridge 
+* Eventbridge module: This module is responsible for creating a rule in Eventbridge 
 and targetting an SQS queue as target
-  - SQS Consumer: This module is responsibile for consuming the events coming into the queue
-  - S3 Events inject: This module will upload a file to a bucket and as first step it will autocreate a bucket
+* SQS Consumer: This module is responsibile for consuming the events coming into the queue
+* S3 Events inject: This module will upload a file to a bucket and as first step it will autocreate a bucket
 
 Notice how you can configure Camel in the `application.properties` file.