Search code examples
scalaapache-sparkamazon-sqs

Write to AWS SQS queue using Spark


Is there any way to stream or write data to Amazon SQS queue from Spark using a library?

There is nothing listed on the Spark packages.

What things can I try?


Solution

  • I wrote a small library to write a dataframe to SQS

    https://github.com/fabiogouw/spark-aws-messaging