This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 2ac737ccbc28ebfffddb5f89a6e62de5804ce63d Author: Andrea Cosentino <anco...@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}}