Scenario: You need to create a serverless API that triggers AWS Lambda functions based on HTTP requests. Which AWS service would you use to manage the API endpoints and integrate with AWS Lambda?
- Amazon API Gateway
- AWS Lambda itself
- Amazon SQS
- AWS Step Functions
Amazon API Gateway is the correct option as it is a fully managed service designed for managing API endpoints and integrating with AWS Lambda for triggering functions based on HTTP requests.
Loading...
Related Quiz
- What are custom event sources in AWS Lambda?
- Error handling in AWS Step Functions can be configured using __________, which define how the state machine reacts to errors.
- In AWS Lambda, how are Lambda Layers applied to a function?
- __________ is a common use case for custom event sources, allowing Lambda functions to respond to specific application events.
- Scenario: You have set up CloudWatch Metrics for various AWS services in your environment. How would you configure CloudWatch Alarms to notify you of potential performance issues or breaches in service-level agreements (SLAs)?