Amazon Simple Queue Service (Amazon SQS) offers a fast, reliable and scalable queues for storing messages. By using Amazon SQS, you can move data between distributed components of your applications that perform different tasks without losing messages or requiring each component to be always available. A queue is a temporary repository for messages that are awaiting processing.
During this introductory lab you will learn how to create and delete a SQS queue, send queue messages, and retrieve and delete them.
Your first step to start the laboratory experience
How to create a message queue using AWS SQS
Understand the anatomy of a SQS message and send your first one
Check the SQS queue and open a queued message
Remove a fetched message from the queue
Destroy a SQS queue.