From 0e3e8cee0b6a87e99d67175a81a34b5607c70e60 Mon Sep 17 00:00:00 2001 From: Maciej Walkowiak Date: Sat, 2 Apr 2022 14:21:37 +0200 Subject: [PATCH] Include other Spring AWS related projects in docs. (#288) Fixes #118 --- docs/src/main/asciidoc/spring-cloud-aws.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/main/asciidoc/spring-cloud-aws.adoc b/docs/src/main/asciidoc/spring-cloud-aws.adoc index ec7fa3bd1..3cd62ba4d 100644 --- a/docs/src/main/asciidoc/spring-cloud-aws.adoc +++ b/docs/src/main/asciidoc/spring-cloud-aws.adoc @@ -35,6 +35,11 @@ as a Bootstrap Property Source, comparable to the support provided for the Sprin * *Spring Cloud AWS Secrets Manager Configuration* enables Spring Cloud applications to use the https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html[AWS Secrets Manager] as a Bootstrap Property Source, comparable to the support provided for the Spring Cloud Config Server or Consul's key-value store. +Note, that Spring provides support for other AWS services in following projects: + +- https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis[Spring Cloud Stream Binder AWS Kinesis] +- https://github.com/spring-cloud/spring-cloud-config[Spring Cloud Config Server] supports AWS Parameter Store and Secrets Manager +- https://github.com/spring-projects/spring-integration-aws[Spring Integration for AWS] == Basic setup Before using a Spring Cloud AWS module developers have to pick the dependencies and configure the module.