AWS SQS
Drain a queue with an agent
Connic polls your SQS queue, runs an agent on each message, and acks on success. Visibility timeouts, retries, and dead-letter routing are already wired up — you don't run the workers.
InboundOutbound
What you can build
Patterns teams ship in production. No queues, workers, or schedulers to run.
Trigger
Order lands in queue
sqs://orders-queueAgent Action
Agent pulls customer history, confirms stock, picks a carrier, and emits a fulfillment job to the next queue — keeping the checkout API on its 200ms budget.
Trigger
Order lands in queue
sqs://orders-queueAgent Action
Agent pulls customer history, confirms stock, picks a carrier, and emits a fulfillment job to the next queue — keeping the checkout API on its 200ms budget.