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 fe369db AWS2 Lambda Sink example: Referencing the correct file fe369db is described below commit fe369db354b2c1e0494543682035569463c91627 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Sep 23 07:44:55 2020 +0200 AWS2 Lambda Sink example: Referencing the correct file --- aws2-lambda/aws2-lambda-sink/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws2-lambda/aws2-lambda-sink/README.adoc b/aws2-lambda/aws2-lambda-sink/README.adoc index 4f498ee..b913c81 100644 --- a/aws2-lambda/aws2-lambda-sink/README.adoc +++ b/aws2-lambda/aws2-lambda-sink/README.adoc @@ -192,7 +192,7 @@ You should see something like this: ### Set the AWS credential as secret (optional) -You can also set the aws creds option as secret, you'll need to edit the file config/aws-s3-cred.properties with the correct credentials and then execute the following command +You can also set the aws creds option as secret, you'll need to edit the file config/aws2-lambda-cred.properties with the correct credentials and then execute the following command [source,bash,options="nowrap"] ----