Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should a solutions architect deploy a Go 1.x AWS Lambda function as a microservice with HTTPS access and IAM authentication in the most operationally efficient manner?
A
Using Amazon API Gateway to create a REST API, configure the Lambda function, and enable IAM authentication.
B
Generating a Lambda function URL with AWS_IAM specified as the authentication method.
C
Deploying the Lambda function on Lambda@Edge via an Amazon CloudFront distribution and integrating IAM authentication.
D
Utilizing CloudFront Functions with an Amazon CloudFront distribution and setting AWS_IAM as the authentication type.