Hi all,
Currently making my way through the challenge. I was wondering if there was any reason why API Gateway was chosen over a lambda function URL? It seems like a lambda function URL accomplishes the same but with less maintenance. Am I missing something?
Also, is there a way to prevent people from spamming the lambda/API gateway endpoint? This will obviously increase our costs. I am hoping to keep my website around for a long time but I am slightly worried that someone could potentially spam the endpoint. Thanks!