PutLambda 2025.10.9.21

Bundle

org.apache.nifi | nifi-aws-nar

Description

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.

Tags

amazon, aws, lambda, put

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
AWS Credentials Provider serviceThe Controller Service that is used to obtain AWS credentials provider
Amazon Lambda NameThe Lambda Function Name
Amazon Lambda Qualifier (version)The Lambda Function Version
Communications Timeout
Endpoint Override URLEndpoint URL to use instead of the AWS default including scheme, host, port, and path. The AWS libraries select an endpoint URL based on the AWS region, but this property overrides the selected endpoint URL, allowing use with other S3-compatible endpoints.
Region
SSL Context ServiceSpecifies an optional SSL Context Service that, if provided, will be used to create connections
proxy-configuration-serviceSpecifies the Proxy Configuration Controller Service to proxy network requests.

Relationships

NameDescription
failureFlowFiles are routed to failure relationship
successFlowFiles are routed to success relationship

Writes attributes

NameDescription
aws.lambda.result.function.errorFunction error message in result on posting message to AWS Lambda
aws.lambda.result.status.codeStatus code in the result for the message when posting to AWS Lambda
aws.lambda.result.payloadPayload in the result from AWS Lambda
aws.lambda.result.logLog in the result of the message posted to Lambda
aws.lambda.exception.messageException message on invoking from AWS Lambda
aws.lambda.exception.causeException cause on invoking from AWS Lambda
aws.lambda.exception.error.codeException error code on invoking from AWS Lambda
aws.lambda.exception.request.idException request id on invoking from AWS Lambda
aws.lambda.exception.status.codeException status code on invoking from AWS Lambda