From the course: AWS for Developers: SNS, SQS, and SWF
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Create an SQS queue - Amazon Web Services (AWS) Tutorial
From the course: AWS for Developers: SNS, SQS, and SWF
Create an SQS queue
- [Instructor] Let's create a new queue and give this a go. From the AWS Console, click on the Services pull-down and in the search bar type SQS, and click on the entry that auto-completes. If you haven't created a queue before, click the Get Started Now button. If you already have a queue, there should be a Create New Queue button. For the queue name, type, ResumeParser with no space, and also capitalize each word. Now we can choose from a FIFO queue or a standard queue. A FIFO queue, which stands for First In, First Out is an ordered queue. And this is where all the requests coming into the queue lineup and they're always processed in the order that they're received. Just like if you're waiting in line at the grocery store, or like the short order cook example, the next cook will always pull the order ticket on the right which is the oldest ticket first. A standard queue is an order. So this is like throwing a free…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
(Locked)
Plan the refactoring2m 35s
-
Messaging queues2m 50s
-
(Locked)
Set up a test server5m 33s
-
(Locked)
Create an SQS queue1m 50s
-
(Locked)
Send a message to the queue3m 26s
-
(Locked)
Receive a message from the queue4m 54s
-
(Locked)
Challenge: Send and receive a SQS message53s
-
(Locked)
Solution: Send and receive a SQS message2m 8s
-
(Locked)
-
-
-
-