hands-on lab

Using AWS Lambda Functions to Process Amazon SQS Messages

Difficulty: Beginner
Duration: Up to 1 hour
Students: 1,863
Rating: 4.6/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.

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

Covered topics

Lab steps

Logging In to the Amazon Web Services Console
Using AWS Lambda Functions to Process Amazon SQS Messages