Which solutions will meet these requirements with the LEAST additional configuration?
(Choose two.)
Expose the Lambda function by using function URLs.
Expose the Lambda function by using a Gateway Load Balancer.
Expose the Lambda function by using a Network Load Balancer.
Expose the Lambda function by using AWS Global Accelerator.
Expose the Lambda function by using Amazon API Gateway.
Explanations:
Lambda function URLs provide a simple and direct way to expose Lambda functions over HTTP with minimal setup.
Gateway Load Balancer is not designed for direct HTTP access to Lambda functions; it is used for network-level load balancing.
Network Load Balancer operates at the transport layer and does not natively integrate with Lambda functions.
AWS Global Accelerator is used to improve global application availability and performance, not to directly expose Lambda over HTTP.
Amazon API Gateway integrates seamlessly with Lambda to expose it over HTTP with minimal additional configuration.