Dynamic DNS using a HTTP API Gateway and Lambda with Terraform and aws_apigatewayv2_api
Serverless is one of those technologies that sounds really simple, but can be quite tricky to actually implement.
There are so many different parts and sometimes the only error you'll see if you get something wrong is either a 404 or a ValidationException. I also found that a lot of