What is the primary purpose of integrating API Gateway with AWS Lambda?

  • Expose Lambda functions as HTTP endpoints
  • Manage Lambda function deployments
  • Scale Lambda functions automatically
  • Store data processed by Lambda functions
The primary purpose of integrating API Gateway with AWS Lambda is to expose Lambda functions as HTTP endpoints, allowing clients to invoke the functions over HTTP.
Add your answer
Loading...

Leave a comment

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