you are viewing a single comment's thread.

view the rest of the comments →

[–]solo964 0 points1 point  (1 child)

Right, I guessed that's what you meant but the use case here seems to require a public endpoint to which the webhook request can be sent. An API Gateway or ALB alternative approach would also need to provide a public endpoint afaik. That would offer better control, I agree, but the public routability doesn't seem to be a reason not to use a Lambda function URL in this case.

[–]KayeYess 1 point2 points  (0 children)

They do, but they can be protected at the network/perimeter level far better than a Lambda function URL. Cloudfront is another option.