Home › Forums › AWS › AWS Certified Solutions Architect Professional › Webhooks possible wrong answerr
-
-
Hello ricardodelgadoromao,
Thank you for raising this concern.
Both options you mentioned are valid serverless solutions, which is why different practice exams may list different correct answers. However, in this question, the key requirement is to choose the most operationally efficient option with the least administrative overhead.
Using AWS Lambda with Lambda Function URLs meets this requirement by allowing webhook calls to invoke Lambda directly, without the need to configure or manage additional services like Amazon API Gateway.
Although API Gateway with Lambda (Option D) is also serverless and widely used, it adds extra configuration that is unnecessary for simple webhook processing. For this reason, based on the wording and intent of the question, Option 1 is the best answer, even if Option 4 is correct in other scenarios with different requirements.
Cheers,
Irene @ Tutorials Dojo
Log in to reply.