Skip to content

feat: add AWS SQS message queue operations#89

Open
atharva-nagane wants to merge 1 commit intoc2siorg:mainfrom
atharva-nagane:feat/aws-sqs-queue-operations
Open

feat: add AWS SQS message queue operations#89
atharva-nagane wants to merge 1 commit intoc2siorg:mainfrom
atharva-nagane:feat/aws-sqs-queue-operations

Conversation

@atharva-nagane
Copy link
Contributor

Closes #88

Implements 7 SQS operations following the existing SNS flat-function pattern:
create_queue, delete_queue, list_queues, get_queue_url, send_message,
receive_messages, delete_message.

  • Adds aws-sdk-sqs = "1.30.0" to Cargo.toml
  • 5 integration tests covering full queue lifecycle
  • Usage guide at examples/aws/app_services/sqs.md including SNS+SQS fan-out pattern
  • Completes the AWS messaging category (SNS for pub/sub, SQS for point-to-point)

@atharva-nagane atharva-nagane force-pushed the feat/aws-sqs-queue-operations branch from 2ef0333 to 02ef793 Compare March 17, 2026 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add AWS SQS message queue operations

1 participant