AWS SDK for Amazon Simple Queue Service, providing async SQS operations.
# Cargo.toml
[dependencies]
aws-sdk-sqs = "1.102.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Lists all SQS queues using the async AWS SDK client.
Add tokio as a dependency and use #[tokio::main] or create a runtime manually.
Enable the 'sqs' feature in aws-sdk-sqs dependency: aws-sdk-sqs = { version = "1", features = ["sqs"] }No dependency data recorded yet.