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/08 17:52:26 UTC

[camel-quarkus] 02/03: Added Lambda native test

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

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

commit 80fb1cda392c66b034be1cd085781b81c310ee3a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 8 19:07:32 2020 +0200

    Added Lambda native test
---
 integration-tests/aws2/src/main/resources/application.properties | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/integration-tests/aws2/src/main/resources/application.properties b/integration-tests/aws2/src/main/resources/application.properties
index 7404be6..40f1195 100644
--- a/integration-tests/aws2/src/main/resources/application.properties
+++ b/integration-tests/aws2/src/main/resources/application.properties
@@ -58,6 +58,10 @@ camel.component.aws2-kms.access-key={{env:AWS_ACCESS_KEY}}
 camel.component.aws2-kms.secret-key={{env:AWS_SECRET_KEY}}
 camel.component.aws2-kms.region={{env:AWS_REGION}}
 
+camel.component.aws2-lambda.access-key={{env:AWS_ACCESS_KEY}}
+camel.component.aws2-lambda.secret-key={{env:AWS_SECRET_KEY}}
+camel.component.aws2-lambda.region={{env:AWS_REGION}}
+
 camel.component.aws2-msk.access-key={{env:AWS_ACCESS_KEY}}
 camel.component.aws2-msk.secret-key={{env:AWS_SECRET_KEY}}
 camel.component.aws2-msk.region={{env:AWS_REGION}}