In this lab, we’ll work through completing a filtering function for a simple web application that displays user data. To accomplish this, we will edit a Lambda function and write the necessary code to utilize S3 Select.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Investigate the Lab Environment
Utilize the AWS Web Console to investigate the provided resources, including the S3 Buckets, API Gateway, and Users primary Lambda function. Make note of any information that may be important for updating the Users primary function.
- Update Lambda Function
Update the _filterdata function in the Users primary Lambda function to implement data filtering via the S3 Select Content API call.
- Test Web Application Filtering
Once you’ve updated the Lambda function and deployed your changes, open the web application with the URL provided and test each filter, as well as combinations of filters, to ensure they function.