mirror of https://github.com/apache/nifi.git
corrected contrib failure
This commit is contained in:
parent
50da696cda
commit
6138b0332e
|
@ -53,7 +53,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. "
|
||||
+ "The AWS credentials used for authentication must have permissions execute the Lambda function (lambda:InvokeFunction)."
|
||||
+ "The AWS credentials used for authentication must have permissions execute the Lambda function (lambda:InvokeFunction)."
|
||||
+ "The FlowFile content must be JSON.")
|
||||
@WritesAttributes({
|
||||
@WritesAttribute(attribute = "aws.lambda.result.function.error", description = "Function error message in result on posting message to AWS Lambda"),
|
||||
|
|
Loading…
Reference in New Issue