This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit 00123dcc33334135ef4239d378ed1456c1bb2247 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Feb 22 07:21:37 2022 +0100 Added an example of using AWS Secrets Manager Properties source in Camel Spring Boot --- README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 579f7cb..cac8614 100644 --- a/README.adoc +++ b/README.adoc @@ -27,7 +27,7 @@ readme's instructions. === Examples // examples: START -Number of Examples: 56 (0 deprecated) +Number of Examples: 57 (0 deprecated) [width="100%",cols="4,2,4",options="header"] |=== @@ -73,6 +73,8 @@ Number of Examples: 56 (0 deprecated) | link:xml-import/readme.adoc[Spring Boot XML Import] (xml-import) | Beginner | An example showing how to work with Spring XML files imported with embedded CamelContext +| link:aws-secrets-manager/README.adoc[Aws Secrets Manager] (aws-secrets-manager) | Cloud | An example showing the Camel AWS Secrets Manager Properties source with Spring Boot + | link:aws2-s3/README.adoc[Aws2 S3] (aws2-s3) | Cloud | An example showing the Camel AWS2 S3 component with Spring Boot | link:grpc/README.adoc[gRPC Spring Boot] (grpc) | Cloud | An example showing the Camel gRPC component with Spring Boot
