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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *