Documentation
¶
Overview ¶
Package sqs implements the AWS SQS JSON-RPC protocol as a server.Handler. Modern aws-sdk-go-v2 SQS uses AwsJson1_0 with X-Amz-Target headers (since SQS migrated off the legacy Query protocol in 2023).
MVP coverage: queue lifecycle + the synchronous send/receive/delete loop every consumer needs. Batch ops, ChangeMessageVisibility, attributes, and PurgeQueue are deferred to a follow-up — the portable messagequeue.MessageQueue driver supports them.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler serves SQS JSON-RPC requests against a messagequeue.MessageQueue driver.
Click to show internal directories.
Click to hide internal directories.