> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mezmo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AWS SQS

> Publish observability events from a pipeline to an Amazon SQS queue, configuring access keys, encoding, region, and queue URL.

## Description

Publish observability events to [Simple Queue Service](https://aws.amazon.com/sqs/) topics

## Configuration Options

| Option            | Description                                              |
| ----------------- | -------------------------------------------------------- |
| Access Key ID     | AWS Access Key ID                                        |
| Secret Access Key | AWS Secret Access Key                                    |
| Encoding          | The encoding to apply to the data. Either json or text   |
| Region            | The name of the AWS region that is targeted.             |
| SQS Queue URL     | The URL of the SQS queue that the data is publishing to. |
