This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 1816 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 3277469c3aec393516988bd50849ff172421f7ed Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Dec 21 13:30:51 2023 +0100 Add an AWS STS Assume Role Action Kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- docs/modules/ROOT/nav.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 2b146624..e1d902e6 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -25,6 +25,7 @@ * xref:aws-sqs-fifo-sink.adoc[] * xref:aws-sqs-sink.adoc[] * xref:aws-sqs-source.adoc[] +* xref:aws-sts-assume-role-action.adoc[] * xref:aws-timestream-query-sink.adoc[] * xref:aws-translate-action.adoc[] * xref:azure-cosmosdb-sink.adoc[]
