Lambda Triggers

5 minutes 5 Questions

Lambda Triggers are the AWS services or resources that can invoke or start an AWS Lambda function on specific events. These services include Amazon S3, Amazon DynamoDB, Amazon Kinesis, and various other AWS resources. The Lambda function accepts an event in JSON format that contains information rel…

Test mode:
AWS Certified Solutions Architect - Lambda Triggers Example Questions

Test your knowledge of Lambda Triggers

Question 1

A company wants to analyze logs from various AWS services such as Amazon S3 and AWS CloudTrail. Which Lambda trigger can be utilized to start the log processing?

Question 2

A retailer uses image recognition on user photos to show them fashion suggestions. Which Lambda trigger is best to process uploaded images from S3?

Question 3

A company with a new gaming app needs to store user scores in real-time. Which AWS Lambda trigger should be used to store the data in the DynamoDB table?

More Lambda Triggers questions
18 questions (total)