mirror of
https://github.com/apache/nifi.git
synced 2025-03-03 16:09:19 +00:00
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:
parent
42cb6e8489
commit
ec5bc7ea7a
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user