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-kafka-connector-examples.git
The following commit(s) were added to refs/heads/master by this push: new d406ec1 AWS2 Lambda sink example: Fixed configuration for Openshift d406ec1 is described below commit d406ec15e4a381e3df0469096370a649ebf2619a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Sep 23 07:32:58 2020 +0200 AWS2 Lambda sink example: Fixed configuration for Openshift --- aws2-lambda/aws2-lambda-sink/README.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aws2-lambda/aws2-lambda-sink/README.adoc b/aws2-lambda/aws2-lambda-sink/README.adoc index eb3fb26..4f498ee 100644 --- a/aws2-lambda/aws2-lambda-sink/README.adoc +++ b/aws2-lambda/aws2-lambda-sink/README.adoc @@ -238,9 +238,9 @@ oc exec -i `oc get pods --field-selector status.phase=Running -l strimzi.io/name "topics": "lambda-topic", "camel.sink.path.function": "hello-ckc", "camel.sink.endpoint.operation": "invokeFunction", - "camel.component.aws2-s3.accessKey": "xxx", - "camel.component.aws2-s3.secretKey": "xxx", - "camel.component.aws2-s3.region": "xxx" + "camel.component.aws2-lambda.accessKey": "xxx", + "camel.component.aws2-lambda.secretKey": "xxx", + "camel.component.aws2-lambda.region": "xxx" } } EOF @@ -267,9 +267,9 @@ spec: topics: lambda-topic camel.sink.path.function: hello-ckc camel.sink.endpoint.operation: invokeFunction - camel.component.aws2-s3.accessKey: xxxx - camel.component.aws2-s3.secretKey: yyyy - camel.component.aws2-s3.region: region + camel.component.aws2-lambda.accessKey: xxxx + camel.component.aws2-lambda.secretKey: yyyy + camel.component.aws2-lambda.region: region EOF ----