# Amazon SQS

Frends offers seamless integration with [Amazon SQS (Amazon Simple Queue Service)](https://aws.amazon.com/sqs/), enabling you to effortlessly send messages between your systems and Amazon SQS.

By leveraging Frends' task-based approach, you can configure and customize Amazon SQS integrations according to your specific requirements.

## Use cases

Below you will find examples of typical use cases for Amazon SQS integrations and how they could be implemented in Frends.

### Sending a message to an Amazon SQS queue

By using the HTTP trigger in conjunction with the [`Send`](https://docs.frends.com/tasks/tasks/amazon-sqs/send) task, we can create an integration that listens for incoming HTTP traffic and sends messages into the Amazon SQS queue based on the received requests.

<figure><img src="https://2096450325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FevBo49UTUjEN84O2WPl6%2Fuploads%2Fgit-blob-823aab777f363e16219a5299e35c68423c1ac92d%2Fsend_message.svg?alt=media" alt=""><figcaption><p>Sending a message</p></figcaption></figure>
