Create SQS First in First Out (FIFO) Queue Using the AWS Management Console
In this lab, you’ll practice creating an Amazon SQS First in First Out (FIFO) queue. When you’re finished with this lab, you’ll have a good understanding of setting up FIFO queues, and will know when to use a FIFO instead of a Standard queue.
Terms and conditions apply.
Lab info
Lab author
Challenge
Create an Amazon SQS First In First Out (FIFO) Queue
You'll learn to create and configure an Amazon SQS FIFO queue.
Challenge
Set up a Lambda Function Trigger on an SQS FIFO Queue
You'll learn to configure the Lambda function trigger on an SQS FIFO queue. You’ll also add Lambda function code to process the messages from the queue, and to update a DynamoDB table.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- Basic understanding of Identity and Access Management, roles and permission.
- Basic understanding Amazon Standard Queue.