
Ultimate access to all questions.
A company requires integration with a third-party data feed that uses webhooks for notifications. The developer has implemented an AWS Lambda function to process incoming data. What is the most operationally efficient method to expose this Lambda function for webhook callbacks from the third party?
A
Generate a function URL for the Lambda and share it with the third party.
B
Use an Application Load Balancer (ALB) to front the Lambda, sharing the ALB's URL.
C
Utilize an Amazon SNS topic, attach it to Lambda, and share the SNS topic's hostname.
D
Set up an Amazon SQS queue, connect it to Lambda, and share the SQS queue's hostname.