Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 1.13 KB

examples-sqs.md

File metadata and controls

13 lines (10 loc) · 1.13 KB

Amazon SQS code examples using the AWS SDK for C++

Amazon Simple Queue Service (Amazon SQS) is a fully managed message queuing service that makes it easy to decouple and scale microservices, distributed systems, and serverless applications. You can use the following examples to program Amazon SQS using the AWS SDK for C++.

Note
Only the code that is necessary to demonstrate certain techniques is supplied in this Guide, but the complete example code is available on GitHub. On GitHub you can download a single source file or you can clone the repository locally to get, build, and run all examples.

Topics