- Home
- All questions
- Question 421
AWS Certified Solutions Architect study material · question 421 of 500
How does a Lambda function get invoked?
Show the answer
Answer: D. A handler is connected to a trigger such as API Gateway, S3, SQS or EventBridge
Lambda runs the handler whenever its trigger fires, and over 200 AWS services can act as that trigger.
Source: What is AWS Lambda? (Amazon Web Services) — What is AWS Lambda?