Amazon SQS rule
You can use a SQS rule to send data such as messages, occupancy, lifecycle and presence events from Ably to SQS.
Creating a SQS rule
Copied!
There are two ways to create a SQS rule:
- Using the Ably Dashboard.
- Using the Control API.
Creating a SQS rule in the dashboard
Copied!
To create a rule in your dashboard:
- Login and select the application you wish to integrate with SQS.
- Click the Integrations tab.
- Click the + New Integration Rule button.
- Choose Firehose.
- Choose AWS SQS.
- Configure the settings applicable to your use case and your SQS installation.
The SQS-specific settings:
The general settings:
- Click Create to create the rule.
Creating a SQS rule using Control API
Copied!
See some examples of creating rules in the rules section of the Control API documentation. You can also refer to the rule section of the Control API Reference for information on creating a SQS rule. You will need to select a ruleType
of aws/sqs
.
See also
Copied!