From cd61d63109ffb64c80ce9627b5e9ba3f4df8e5b1 Mon Sep 17 00:00:00 2001 From: Dennis Kieselhorst Date: Tue, 4 Feb 2025 11:21:31 +0100 Subject: [PATCH] doc: AWS is not offering Maven or Gradle plugins. Signed-off-by: Dennis Kieselhorst --- docs/modules/ROOT/pages/adapters/aws-intro.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/adapters/aws-intro.adoc b/docs/modules/ROOT/pages/adapters/aws-intro.adoc index bc0b9de33..946bbf8c0 100644 --- a/docs/modules/ROOT/pages/adapters/aws-intro.adoc +++ b/docs/modules/ROOT/pages/adapters/aws-intro.adoc @@ -390,7 +390,7 @@ then additional transformers must be configured as part of the maven-shade-plugi == Build file setup In order to run Spring Cloud Function applications on AWS Lambda, you can leverage Maven or Gradle -plugins offered by the cloud platform provider. +plugins. [[maven]]