Getting Started with Apache NiFi
Also available as:
PDF

Amazon Web Services

  • FetchS3Object: Fetches the content of an object stored in Amazon Simple Storage Service (S3). The content that is retrieved from S3 is then written to the content of the FlowFile.

  • PutS3Object: Writes the contents of a FlowFile to an Amazon S3 object using the configured credentials, key, and bucket name.

  • PutSNS: Sends the contents of a FlowFile as a notification to the Amazon Simple Notification Service (SNS).

  • GetSQS: Pulls a message from the Amazon Simple Queuing Service (SQS) and writes the contents of the message to the content of the FlowFile.

  • PutSQS: Sends the contents of a FlowFile as a message to the Amazon Simple Queuing Service (SQS).

  • DeleteSQS: Deletes a message from the Amazon Simple Queuing Service (SQS). This can be used in conjunction with the GetSQS in order to receive a message from SQS, perform some processing on it, and then delete the object from the queue only after it has successfully completed processing.