This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/master by this push:
new ec5bc7e NIFI-6971 - Minor typo in capabilities description
ec5bc7e is described below
commit ec5bc7ea7a6b0d4667bee3d7de58b49a64571d43
Author: mans2singh <[email protected]>
AuthorDate: Wed Dec 25 13:04:13 2019 -0500
NIFI-6971 - Minor typo in capabilities description
Signed-off-by: Pierre Villard <[email protected]>
This closes #3952.
---
.../src/main/java/org/apache/nifi/processors/aws/lambda/PutLambda.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/lambda/PutLambda.java
b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/lambda/PutLambda.java
index b14836d..6faf7da 100644
---
a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/lambda/PutLambda.java
+++
b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/lambda/PutLambda.java
@@ -54,7 +54,7 @@ import com.amazonaws.util.Base64;
@InputRequirement(Requirement.INPUT_REQUIRED)
@Tags({"amazon", "aws", "lambda", "put"})
-@CapabilityDescription("Sends the contents to a specified Amazon Lamba
Function. "
+@CapabilityDescription("Sends the contents to a specified Amazon Lambda
Function. "
+ "The AWS credentials used for authentication must have permissions
execute the Lambda function (lambda:InvokeFunction)."
+ "The FlowFile content must be JSON.")
@WritesAttributes({