hands-on lab

Using AWS Lambda Functions to Process Amazon SQS Messages

Beginner
1h
1,629
4.5/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.
Lab description

AWS Lambda and Amazon Simple Queue Service (SQS) are offerings from Amazon Web Services that when combined enable you to perform background job processing without having to provision or manage servers. AWS Lambda and Amazon SQS are scalable and low-cost.

Using these services together means you can avoid the time and complexity associated with creating and managing the infrastructure required for a message processing system.

In this lab, you will create a new AWS Lambda function, update the function's code, and configure the function to process messages from an Amazon SQS queue.

Learning Objectives

Upon completion of this beginner level lab, you will be able to:

  • Create an AWS Lambda function
  • Implement and test an AWS Lambda function
  • Configure an AWS Lambda function to process messages from an Amazon SQS queue

Intended Audience

  • Candidates for the AWS Certified Solutions Architect Associate certification
  • Cloud Architects
  • Data Engineers
  • DevOps Engineers
  • Software Engineers

Prerequisites

Familiarity with the following will be beneficial but is not required:

  • AWS Lambda
  • Amazon Simple Queue Service
  • Python

The following lab and courses can be used to fulfill the prerequisites:

Updates

December 7th, 2023 - Updated screenshots & instructions to reflect the latest UI

Environment before
Environment after
About the author
Avatar
Andrew Burchill
Labs Developer
Students
66,016
Labs
163
Courses
2
Learning paths
4

Andrew is a Labs Developer with previous experience in the Internet Service Provider, Audio Streaming, and CryptoCurrency industries. He has also been a DevOps Engineer and enjoys working with CI/CD and Kubernetes.

He holds multiple AWS certifications including Solutions Architect Associate and Professional.

Covered topics
Lab steps
Logging In to the Amazon Web Services Console
Using AWS Lambda Functions to Process Amazon SQS Messages