NIFI-6971 - Minor typo in capabilities description

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #3952.
This commit is contained in:
mans2singh 2019-12-25 13:04:13 -05:00 committed by Pierre Villard
parent 42cb6e8489
commit ec5bc7ea7a
No known key found for this signature in database
GPG Key ID: BEE1599F0726E9CD

View File

@ -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({