ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

258 / 690

Question 258:

Currently, you have a set of Lambda functions that have business logic embedded in them. You want customers to have the ability to call these functions via HTTPS. How could this be achieved?

Answer options:

A.Use the API Gateway and provide integration with the AWS Lambda functions.
B.Enable HTTP access on the AWS Lambda functions.
C.Add EC2 Instances with an API server installed. Integrate the server with AWS Lambda functions.
D.Use S3 websites to make calls to the Lambda functions