A custom sink provider for Apache Spark that sends the contents of a dataframe to AWS SQS. It grabs the content of the first column of the dataframe and sends it to an AWS SQS queue. It needs the ...