Lambda Function URLs were introduced several years ago. Previously, API Gateway had to be deployed if you wanted to invoke a lambda function through HTML. This is still the preferred solution for complex applications with a large API. If all you need is a simple backend to process a form sent from your website, then Lambda Function URL is a better solution.